mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 15:29:22 +00:00
fix template for javadoc location
This commit is contained in:
parent
7172bc6415
commit
e608bbdc74
@ -137,6 +137,10 @@ ${{DEPENDENCIES}}
|
|||||||
<encoding>UTF-8</encoding>
|
<encoding>UTF-8</encoding>
|
||||||
<fixTags>all</fixTags>
|
<fixTags>all</fixTags>
|
||||||
<failOnError>false</failOnError>
|
<failOnError>false</failOnError>
|
||||||
|
<!-- leave these options unchanged to place the Javadoc at the right place for jsweet.org -->
|
||||||
|
<reportOutputDirectory>/var/www/apidocs/org/jsweet</reportOutputDirectory>
|
||||||
|
<destDir>target/jsweet-transpiler-${project.version}</destDir>
|
||||||
|
<!-- end of jsweet.org configuration -->
|
||||||
<header><![CDATA[<a href="http://www.jsweet.org" target="_blank" style="text-transform: lowercase">http://www.jsweet.org<a>]]></header>
|
<header><![CDATA[<a href="http://www.jsweet.org" target="_blank" style="text-transform: lowercase">http://www.jsweet.org<a>]]></header>
|
||||||
<bottom><![CDATA[<center>Copyright 2015, <a href="http://www.cincheo.org" target="_blank">Cinchéo SAS<a> - Web site: <a href="http://www.jsweet.org" target="_blank">http://www.jsweet.org<a><center>]]></bottom>
|
<bottom><![CDATA[<center>Copyright 2015, <a href="http://www.cincheo.org" target="_blank">Cinchéo SAS<a> - Web site: <a href="http://www.jsweet.org" target="_blank">http://www.jsweet.org<a><center>]]></bottom>
|
||||||
<stylesheetfile>/var/www/apidocs/stylesheet.css</stylesheetfile>
|
<stylesheetfile>/var/www/apidocs/stylesheet.css</stylesheetfile>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user