From 37a8a2a363b1e5c646df28a7d021eb35a2d4d046 Mon Sep 17 00:00:00 2001 From: Nico Weidmann Date: Fri, 15 Dec 2017 20:08:28 +0100 Subject: [PATCH 1/3] Add Exceptions to Class summary, update txtmark version Updated the version of txtmark dependency to 0.8, as 0.7 is not available from the specified repository. 0.8 can be obtained from maven central. --- pom.xml | 6 ++++-- src/main/java/org/stfm/texdoclet/TeXDoclet.java | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d215b74..f36a3b0 100644 --- a/pom.xml +++ b/pom.xml @@ -63,10 +63,12 @@ scala-tools http://scala-tools.org/repo-releases + @@ -76,7 +78,7 @@ 1.6.0 system ${toolsjar} - + com.keypoint png-encoder @@ -103,7 +105,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}"); From 9d2d3443a04e76888c1ec34f1d059fa08178e69e Mon Sep 17 00:00:00 2001 From: Nico Weidmann Date: Fri, 15 Dec 2017 20:27:20 +0100 Subject: [PATCH 2/3] Remove unnecessary comments in pom --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index f36a3b0..3ed71e4 100644 --- a/pom.xml +++ b/pom.xml @@ -63,12 +63,6 @@ scala-tools http://scala-tools.org/repo-releases - @@ -105,7 +99,7 @@ com.github.rjeschke txtmark - 0.8 + 0.8 From e596e9ce9614dc0a395a06c3bc4e11558430d326 Mon Sep 17 00:00:00 2001 From: Nico Weidmann Date: Fri, 15 Dec 2017 20:50:56 +0100 Subject: [PATCH 3/3] Update README.md: changes to maven-javadoc-plugin There have been changes to the maven-javadoc-plugin that removed the option. See: https://issues.apache.org/jira/browse/MJAVADOC-475 Updated the README to reflect this change (cost me 2 hours to find the problem). --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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.