commit | 76285c77122f49e9f205c53aba79480846c3c381 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Thu Oct 30 14:47:04 2014 -0700 |
committer | Thomas Vachuska <tom@onlab.us> | Thu Oct 30 14:47:04 2014 -0700 |
tree | 8ee6e683110fb06ebf6960d55bf84aec95ebc0c0 | |
parent | 96f4d475784636589f7176265bd2985224b44436 [diff] [blame] |
Corrected doc/pom.xml
diff --git a/docs/pom.xml b/docs/pom.xml index 57a6e79..d2581eb 100644 --- a/docs/pom.xml +++ b/docs/pom.xml
@@ -48,7 +48,7 @@ <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.1</version> <configuration> - <additionalparam>-Xdoclint:none</additionalparam> + <!--additionalparam>-Xdoclint:none</additionalparam--> <show>package</show> <docfilessubdirs>true</docfilessubdirs> <doctitle>ONOS Java API</doctitle>