It may happen that you want to give more than one example for a given
block. For example:
/**
* This is my sample.
* @example
* // Code for example 1
* @example
* // Code for example 2
*/
Currently, only the first example gets rendered. It would be nice to have
all @example codes together, in distinct <pre> blocks, so it is visually
easy to understand that we have two different examples.
The current way to do that is placing all the code together in a single
@example, which may cause some confusion when reading the code.
Original issue reported on code.google.com by fre...@gmail.com on 6 Jun 2008 at 4:07
Original issue reported on code.google.com by
fre...@gmail.com
on 6 Jun 2008 at 4:07