Thanks. You beat me to it. Was going to do doco on my plane flight home On 1 Oct 2015 9:17 pm, <[email protected]> wrote:
> Repository: incubator-groovy > Updated Branches: > refs/heads/master d138df7bd -> b3a16b0a9 > > > GROOVY-7612: GroovyDoc should allow timestamp/version stamp info (hidden > info embedded in HTML) to be omitted > > update groovydoc documentation > > > Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo > Commit: > http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/b3a16b0a > Tree: > http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/b3a16b0a > Diff: > http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/b3a16b0a > > Branch: refs/heads/master > Commit: b3a16b0a9a95ff6f06765dc4904111d9e4a1ea42 > Parents: d138df7 > Author: pascalschumacher <[email protected]> > Authored: Thu Oct 1 21:17:22 2015 +0200 > Committer: pascalschumacher <[email protected]> > Committed: Thu Oct 1 21:17:22 2015 +0200 > > ---------------------------------------------------------------------- > subprojects/groovy-groovydoc/src/spec/doc/groovydoc.adoc | 2 ++ > 1 file changed, 2 insertions(+) > ---------------------------------------------------------------------- > > > > http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/b3a16b0a/subprojects/groovy-groovydoc/src/spec/doc/groovydoc.adoc > ---------------------------------------------------------------------- > diff --git a/subprojects/groovy-groovydoc/src/spec/doc/groovydoc.adoc > b/subprojects/groovy-groovydoc/src/spec/doc/groovydoc.adoc > index 1ac6569..7ae911d 100644 > --- a/subprojects/groovy-groovydoc/src/spec/doc/groovydoc.adoc > +++ b/subprojects/groovy-groovydoc/src/spec/doc/groovydoc.adoc > @@ -56,6 +56,8 @@ first argument > |-nomainforscripts| |Don't include the implicit 'public static void > main' method for scripts > |-noscripts| |Don't process Groovy Scripts > +|-notimestamp| |Don't include timestamp within hidden comment in > generated HTML > +|-noversionstamp| |Don't include Groovy version within hidden comment in > generated HTML > |-overview <file>| |Read overview documentation from HTML file > |-package| |Show package/protected/public classes and members > |-private| |Show all classes and members > >
