Fixed at svn 1428130. I think the reason it only fails sometimes is that the "@see" was the last sentence in the paragraph, and the requirement that it not be used in "inline" documentation is seen fulfilled on some platforms but not on others: maybe a new paragraph is needed on some.
On 03.01.2013 06:39, Myrna van Lunteren wrote: > Hi, > > In one trunk environment, I get the following warning when building the > javadoc: > > <edited > path>\java\engine\org\apache\derby\jdbc\EmbeddedBaseDataSource.java:225: > warning - Tag @see cannot be used in inline documentation. It can > only be used in the following types of documentation: overview, > package, class/interface, constructor, field, method. > > I tried it on another environment, but cannot get this error. Plus > there is no @see on line 225 of EmbeddedBaseDataSource as far as I can > see. > Anyone have a suggestion on what could be wrong? > > Thx, > Myrna
