diff --git a/README.md b/README.md index d6e1f53..92b8822 100644 --- a/README.md +++ b/README.md @@ -78,17 +78,17 @@ Then you can use TeXDoclet as an alternate doclet in the `pom.xml` file of any p src/main/java:src/test/java false apidocs_tex - - -tree - -hyperref - -output TeXDoclet.tex - -createpdf - -title "TeXDoclet Java Documentation" - -subtitle "Created with Javadoc TeXDoclet Doclet" - -author "Greg Wonderly \and S{\"o}ren Caspersen \and Stefan Marx" - -subpackages org - -shortinherited - + + -tree + -hyperref + -output TeXDoclet.tex + -createpdf + -title "TeXDoclet Java Documentation" + -subtitle "Created with Javadoc TeXDoclet Doclet" + -author "Greg Wonderly \and S{\"o}ren Caspersen \and Stefan Marx" + -subpackages org + -shortinherited + ... @@ -114,4 +114,4 @@ Previous versions License ----------------- -TeXDoclet is free software and available under the terms of [BSD-2-Clause](http://opensource.org/licenses/BSD-2-Clause) License. For more information see LICENSE.txt. \ No newline at end of file +TeXDoclet is free software and available under the terms of [BSD-2-Clause](http://opensource.org/licenses/BSD-2-Clause) License. For more information see LICENSE.txt. diff --git a/pom.xml b/pom.xml index d215b74..3ed71e4 100644 --- a/pom.xml +++ b/pom.xml @@ -63,10 +63,6 @@ scala-tools http://scala-tools.org/repo-releases - - renejeschke-releases - http://maven.renejeschke.de - @@ -76,7 +72,7 @@ 1.6.0 system ${toolsjar} - + com.keypoint png-encoder @@ -103,7 +99,7 @@ com.github.rjeschke txtmark - 0.7 + 0.8 diff --git a/src/main/java/org/stfm/texdoclet/TeXDoclet.java b/src/main/java/org/stfm/texdoclet/TeXDoclet.java index b4ed7a4..3994cb4 100755 --- a/src/main/java/org/stfm/texdoclet/TeXDoclet.java +++ b/src/main/java/org/stfm/texdoclet/TeXDoclet.java @@ -707,6 +707,7 @@ public class TeXDoclet extends Doclet { } tocForClasses("Interfaces", pkg.interfaces); tocForClasses("Classes", pkg.classes); + tocForClasses("Exceptions", pkg.exceptions); os.println("\\vskip .1in"); if (useHr) { os.println("\\rule{\\hsize}{.7mm}");