Changeset 8001
- Timestamp:
- Aug 11, 2021, 8:36:22 AM (2 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r7943 r8001 84 84 <property name="javac.encoding" value="UTF-8" 85 85 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" 87 87 description="Extra arguments sent to Javadoc generation" /> 88 88 <property name="src" location="src" description="Location of source files" /> … … 994 994 private="true" 995 995 windowtitle="BASE ${base.version}${base.versionsuffix} API documentation" 996 stylesheetfile="${javadoc.src}/javadoc.css"997 996 classpathref="javadoc.classpath" 998 997 linksource="false" … … 1043 1042 <link href="http://tomcat.apache.org/tomcat-9.0-doc/api/" /> 1044 1043 <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/" /> 1046 1045 <link href="http://logging.apache.org/log4j/1.2/apidocs/" /> 1047 1046 <tag name="base.developer" description="Developer info" /> -
trunk/doc/src/javadoc/overview.html
r7982 r8001 24 24 25 25 <body> 26 <h 2>The BASE API</h2>26 <h1>The BASE API</h1> 27 27 28 28 <p>
Note: See TracChangeset
for help on using the changeset viewer.