diff build.xml @ 784:f261fe3c7fe4

Disable @version and @author in Javadoc The version numbers of the classes don't make sense and the author is irrelevant for the documentation. Also, I want to stop generating MonetDriver.java from MonetDriver.java.in and the @version tag gets in my way.
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Fri, 30 Jun 2023 11:09:20 +0200 (21 months ago)
parents a80c21fe7bb2
children e00866975421
line wrap: on
line diff
--- a/build.xml
+++ b/build.xml
@@ -343,8 +343,8 @@ Copyright 1997 - July 2008 CWI, August 2
     depends="driver">
     <javadoc
       destdir="${docdir}"
-      author="true"
-      version="true"
+      author="false"
+      version="false"
       use="true"
       windowtitle="MonetDB Java APIs">