From e596e9ce9614dc0a395a06c3bc4e11558430d326 Mon Sep 17 00:00:00 2001 From: Nico Weidmann Date: Fri, 15 Dec 2017 20:50:56 +0100 Subject: [PATCH] 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.