Submitted On 17-JAN-2002
verilet
Where does the example end? I suggest the example terminate
when another javadoc tag is encountered rather than require
that it be the last tag in the comment block.
Submitted On 18-JAN-2002
dkramer
Yes, the next tag would end the example. This is the rule
for all tags.
-Doug
Submitted On 06-FEB-2003
gbaren
Yes! Absolutely essential!
Submitted On 06-OCT-2003
uncleshah
Is this available now? I sure can use it right away.
Submitted On 08-OCT-2003
dkramer
Yes, you can output any custom tag using the -tag option.
In this
case, use:this command line option:
-tag example:a:"Example:"
This takes the text from an @example tag in all (a) doc
comments
(field, method. constructor, class) and outputs it with the
heading "Example:".
Submitted On 27-OCT-2003
hlovatt
I suggest to forms:
1. {@java} public class Example { {@/java}
2. {@java <url>}
Note the first evil example that contains a { without a
closing } in the example.
I would also like the java source code to by syntax
highlighted.
Submitted On 23-JAN-2005
mlk
With the new -tag, should this bug be closed?
Submitted On 05-MAR-2008
The @example is now part of Doxygen 1.5.5. This is an extremely helpful feature.
/**
@example <filename>
**/
Clicking on the link produces an HTML page of the code in <filename>.
Also, all distinct @example instances are listed in a seperate "Examples" tab, so the user can see all available examples.
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|