minor changes
This commit is contained in:
@@ -4,7 +4,6 @@ rm texdoclet_output/TeXDoclet.aux
|
|||||||
|
|
||||||
javadoc -docletpath ../../target/TeXDoclet.jar \
|
javadoc -docletpath ../../target/TeXDoclet.jar \
|
||||||
-doclet org.stfm.texdoclet.TeXDoclet \
|
-doclet org.stfm.texdoclet.TeXDoclet \
|
||||||
-noindex \
|
|
||||||
-tree \
|
-tree \
|
||||||
-hyperref \
|
-hyperref \
|
||||||
-texinit texdoclet_include/preamble.tex \
|
-texinit texdoclet_include/preamble.tex \
|
||||||
@@ -12,7 +11,7 @@ javadoc -docletpath ../../target/TeXDoclet.jar \
|
|||||||
-output texdoclet_output/TeXDoclet.tex \
|
-output texdoclet_output/TeXDoclet.tex \
|
||||||
-title "TeXDoclet Java Documentation" \
|
-title "TeXDoclet Java Documentation" \
|
||||||
-subtitle "Created with Javadoc TeXDoclet Doclet" \
|
-subtitle "Created with Javadoc TeXDoclet Doclet" \
|
||||||
-author "Greg Wonderly \and S\"oren Caspersen \and Stefan Marx" \
|
-author "Greg Wonderly \and S{\"o}ren Caspersen \and Stefan Marx" \
|
||||||
-sourcepath ../../src/main/java \
|
-sourcepath ../../src/main/java \
|
||||||
-subpackages org \
|
-subpackages org \
|
||||||
-shortinherited
|
-shortinherited
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ public class HelpOutput {
|
|||||||
System.err
|
System.err
|
||||||
.println("-sectionlevel <level> Specifies the highest level of sections (either \"subsection\", \"section\" or \"chapter\").");
|
.println("-sectionlevel <level> Specifies the highest level of sections (either \"subsection\", \"section\" or \"chapter\").");
|
||||||
System.err
|
System.err
|
||||||
.println("-imagespath Path to the texdoclet_images dir (absolute or relative to the output document .tex file).");
|
.println("-imagespath <path> Path to the texdoclet_images dir (absolute or relative to the output document .tex file).");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user