[Japi-cvs] SF.net SVN: japi:[1364] libs/taglets/trunk/src/prj/net/sf/japi/taglets/ XxxTaglet.java
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-07-25 13:02:38
|
Revision: 1364 http://japi.svn.sourceforge.net/japi/?rev=1364&view=rev Author: christianhujer Date: 2009-07-25 13:02:25 +0000 (Sat, 25 Jul 2009) Log Message: ----------- Add reference to Wikipedia. Modified Paths: -------------- libs/taglets/trunk/src/prj/net/sf/japi/taglets/XxxTaglet.java Modified: libs/taglets/trunk/src/prj/net/sf/japi/taglets/XxxTaglet.java =================================================================== --- libs/taglets/trunk/src/prj/net/sf/japi/taglets/XxxTaglet.java 2009-07-25 12:55:50 UTC (rev 1363) +++ libs/taglets/trunk/src/prj/net/sf/japi/taglets/XxxTaglet.java 2009-07-25 13:02:25 UTC (rev 1364) @@ -23,7 +23,7 @@ /** * Taglet for entries in an xxx list. - * An xxx entry denotes code that seems to work and looks bogus or might be a Schroedinbug. + * An xxx entry denotes code that seems to work and looks bogus or might be a <a href="http://en.wikipedia.org/wiki/Schroedinbug">Schroedinbug</a>. * * @note This tag should only be used if the issue in context is important for the reader of the documentation. * Internal issues should not be put in javadoc. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |