Mercurial > hg > monetdb-java
changeset 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 | 7e29d42e4267 |
children | e00866975421 |
files | build.xml build_jre17.xml src/main/java/org/monetdb/jdbc/MonetDriver.java.in |
diffstat | 3 files changed, 4 insertions(+), 5 deletions(-) [+] |
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">
--- a/build_jre17.xml +++ b/build_jre17.xml @@ -346,8 +346,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">
--- a/src/main/java/org/monetdb/jdbc/MonetDriver.java.in +++ b/src/main/java/org/monetdb/jdbc/MonetDriver.java.in @@ -38,7 +38,6 @@ import java.util.Properties; *</pre> * * @author Fabian Groffen - * @version @JDBC_MAJOR@.@JDBC_MINOR@ (@JDBC_VER_SUFFIX@) */ public final class MonetDriver implements Driver { // the url kind will be jdbc:monetdb://<host>[:<port>]/<database>