Changeset 8001


Ignore:
Timestamp:
Aug 11, 2021, 8:36:22 AM (2 years ago)
Author:
Nicklas Nordborg
Message:

Fix issues with javadoc generation when building with Java 15+

Location:
trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r7943 r8001  
    8484  <property name="javac.encoding" value="UTF-8"
    8585    description="Default value for the 'encoding' attribute when compiling java code" />
    86   <property name="javadoc.arg" value="-Xdoclint:all,-missing --no-module-directories"
     86  <property name="javadoc.arg" value="-Xdoclint:all,-missing"
    8787    description="Extra arguments sent to Javadoc generation" />
    8888  <property name="src" location="src" description="Location of source files" />
     
    994994      private="true"
    995995      windowtitle="BASE ${base.version}${base.versionsuffix} API documentation"
    996       stylesheetfile="${javadoc.src}/javadoc.css"
    997996      classpathref="javadoc.classpath"
    998997      linksource="false"
     
    10431042      <link href="http://tomcat.apache.org/tomcat-9.0-doc/api/" />
    10441043      <link href="http://www.singularsys.com/jep/doc/javadoc/" />
    1045       <link href="http://www.jfree.org/jfreechart/api/gjdoc/" />
     1044      <link href="https://www.jfree.org/jfreechart/api/gjdoc/" />
    10461045      <link href="http://logging.apache.org/log4j/1.2/apidocs/" />
    10471046      <tag name="base.developer" description="Developer info" />
  • trunk/doc/src/javadoc/overview.html

    r7982 r8001  
    2424
    2525<body>
    26   <h2>The BASE API</h2>
     26  <h1>The BASE API</h1>
    2727
    2828  <p>
Note: See TracChangeset for help on using the changeset viewer.