Repository: calcite Updated Branches: refs/heads/master 55e25ed90 -> 248987bad
Remove embedded date-stamps from javadoc; add javadoc for test classes Javadoc without data and release number causes less svn churn, so we could consider updating javadoc more often than once per release, or having a 'latest' javadoc link. Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/248987ba Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/248987ba Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/248987ba Branch: refs/heads/master Commit: 248987badd2efb255495c2afaa2101d2bc72cd0f Parents: 55e25ed Author: Julian Hyde <[email protected]> Authored: Tue Nov 10 15:09:47 2015 -0800 Committer: Julian Hyde <[email protected]> Committed: Tue Nov 10 15:09:47 2015 -0800 ---------------------------------------------------------------------- pom.xml | 2 ++ site/_config.yml | 6 +++++- site/_data/docs.yml | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/248987ba/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a4d1498..a3a2323 100644 --- a/pom.xml +++ b/pom.xml @@ -589,6 +589,8 @@ limitations under the License. </tag> </tags> <additionalparam>-tag sql.2003:a:xxx</additionalparam> + <notimestamp>true</notimestamp> + <windowtitle>Apache Calcite API</windowtitle> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/calcite/blob/248987ba/site/_config.yml ---------------------------------------------------------------------- diff --git a/site/_config.yml b/site/_config.yml index 58df559..9b8de85 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -20,7 +20,7 @@ excerpt_separator: "" repository: https://github.com/apache/calcite destination: target exclude: [README.md,Gemfile*] -keep_files: [".git", ".svn", "apidocs"] +keep_files: [".git", ".svn", "apidocs", "testapidocs"] collections: docs: @@ -33,6 +33,10 @@ sourceRoot: https://github.com/apache/calcite/blob/master apiRoot: /apidocs # apiRoot: http://calcite.apache.org/apidocs +# The URL where Test Javadocs are located +testApiRoot: /testapidocs +# testApiRoot: http://calcite.apache.org/testapidocs + # The base path where the website is deployed baseurl: http://git-wip-us.apache.org/repos/asf/calcite/blob/248987ba/site/_data/docs.yml ---------------------------------------------------------------------- diff --git a/site/_data/docs.yml b/site/_data/docs.yml index edd26a3..1c0a842 100644 --- a/site/_data/docs.yml +++ b/site/_data/docs.yml @@ -45,4 +45,5 @@ - history - contributing - api + - testapi # End docs.yml
