Hey all, especially Martin,

For the javadocs, were are down to a limited number of errors and
warnings. 

The two errors are:
1) not finding JAI / JTS javadoc references (possibly a maven error)
2) error: package sets don't match: [] w/ null
        This is possibly due to modules which don't have a src/
        directory and whose pom.xml does not label the module as
        <packaging> (a suggestion from the #maven irc channel)
        
The warnings are:

@see, @link, @linkplain
        some are not our fault
        
@return,@param
        mostly our fault, empty return, wrong param names
        
@source,@tutorial
        Martin, we have made custom taglets for @source, @code,
        @tutorial but only the @code seems to work. I made one of the
        @source or @code copying the other, I believe it was the @code.
        The difference appears to me to be that @code is an inline tag,
        e.g. [EMAIL PROTECTED] whereas the other two are not. Does anyone have
        ideas about how to get these working again?

        For java 1.4, the @code and @source tags don't exist so it would
        be great to take care of them ourselves through this taglet
        mechanism. When we move to java 1.5, we can drop all but our
        @tutorial taglet.
        
        Since there are only 11 @tutorial tags, I'd like to drop these
        from the javadocs unless we can fix the issue.

comments and advice warmly welcomed,
adrian


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to