minor changes

This commit is contained in:
stfm
2012-06-25 22:38:42 +02:00
parent b8e604c561
commit 487a48e0ca
2 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

@@ -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).");
} }