examples + doc updated
This commit is contained in:
@@ -37,7 +37,7 @@ Example :
|
|||||||
-title "TeXDoclet Java Documentation" \
|
-title "TeXDoclet Java Documentation" \
|
||||||
-author "Greg Wonderly \and S\"oren Caspersen \and Stefan Marx" \
|
-author "Greg Wonderly \and S\"oren Caspersen \and Stefan Marx" \
|
||||||
-sourcepath src/main/java \
|
-sourcepath src/main/java \
|
||||||
-subpackages org:com
|
-subpackages org
|
||||||
|
|
||||||
See `createDocs.sh` scripts in `/examples` subdirectory for more examples.
|
See `createDocs.sh` scripts in `/examples` subdirectory for more examples.
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ javadoc -docletpath ../../target/TeXDoclet.jar \
|
|||||||
-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\"oren Caspersen \and Stefan Marx" \
|
||||||
-sourcepath ../../src/main/java \
|
-sourcepath ../../src/main/java \
|
||||||
-subpackages org:com \
|
-subpackages org \
|
||||||
-shortinherited
|
-shortinherited
|
||||||
|
|
||||||
cd texdoclet_output
|
cd texdoclet_output
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ javadoc -docletpath ../../target/TeXDoclet.jar \
|
|||||||
-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\"oren Caspersen \and Stefan Marx" \
|
||||||
-sourcepath ../../src/main/java \
|
-sourcepath ../../src/main/java \
|
||||||
-subpackages org:com \
|
-subpackages org \
|
||||||
-sectionlevel section
|
-sectionlevel section
|
||||||
|
|
||||||
cd texdoclet_output
|
cd texdoclet_output
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ javadoc -docletpath ../../target/TeXDoclet.jar \
|
|||||||
-imagespath ".." \
|
-imagespath ".." \
|
||||||
-output texdoclet_output/TeXDoclet.tex \
|
-output texdoclet_output/TeXDoclet.tex \
|
||||||
-sourcepath ../../src/main/java \
|
-sourcepath ../../src/main/java \
|
||||||
-subpackages org:com \
|
-subpackages org \
|
||||||
-sectionlevel section \
|
-sectionlevel section \
|
||||||
-docclass article \
|
-docclass article \
|
||||||
-nosummaries
|
-nosummaries
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ javadoc -docletpath ../../target/TeXDoclet.jar \
|
|||||||
-hyperref \
|
-hyperref \
|
||||||
-output texdoclet_output/TeXDoclet.tex \
|
-output texdoclet_output/TeXDoclet.tex \
|
||||||
-sourcepath ../../src/main/java \
|
-sourcepath ../../src/main/java \
|
||||||
-subpackages com:org \
|
-subpackages org \
|
||||||
-include \
|
-include \
|
||||||
-sectionlevel section
|
-sectionlevel section
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user