From d9068b3358e8549ba7c36e083b39fa47bdfd4a6c Mon Sep 17 00:00:00 2001 From: Janek Bogucki Date: Tue, 17 Nov 2015 23:20:10 +0000 Subject: Remove notes about -doc-title and -doc-version not being used Confirmed these options are used by editing build-ant-macros.xml and viewing the output, Unit, val printMsg: String => Unit = println(_)) ) /** A setting that defines the overall title of the documentation, typically the name of the library being - * documented. ''Note:'' This setting is currently not used. */ + * documented. */ val doctitle = StringSetting ( "-doc-title", "title", @@ -34,7 +34,7 @@ class Settings(error: String => Unit, val printMsg: String => Unit = println(_)) ) /** A setting that defines the overall version number of the documentation, typically the version of the library being - * documented. ''Note:'' This setting is currently not used. */ + * documented. */ val docversion = StringSetting ( "-doc-version", "version", -- cgit v1.2.3