This is extremely useful (and a lot of work thanks) but maybe we could use a standard Javadoc tag that tools will pick up and display nicely, like:
@since CMIS 1.0 @since CMIS 1.1 A quick sed -i could do the change on all the files at once. Florent On Fri, May 17, 2013 at 6:05 PM, <[email protected]> wrote: > more JavaDoc > @@ -61,60 +61,80 @@ public interface CmisObjectProperties { > /** > * Returns the name of this CMIS object (CMIS property > * <code>cmis:name</code>). > + * > + * @cmis 1.0 > */ > String getName(); > > /** > * Returns the description of this CMIS object (CMIS property > * <code>cmis:description</code>). > + * > + * @cmis 1.1 > */ > String getDescription(); > -- Florent Guillaume, Director of R&D, Nuxeo Open Source, Java EE based, Enterprise Content Management (ECM) http://www.nuxeo.com http://www.nuxeo.org +33 1 40 33 79 87
