Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I'm using Doxygen 1.7.5.1. I had a similar situation... I had a enumeration of about 1000 or so members that I was generating from a spreadsheet. I wanted the integer value to be off to the right, with the Doxygen bit above the member.</p> <p>All I did was use the triple slash above the member name. For multi-line comments, I inserted a HTML line break where needed. I only did the first verse, but I think it's fairly obvious. Note: the first line breaks because of the period. The subsequent lines do not.</p> <pre><code>/// /// \file test.h /// \brief Test of Doxygen enum commenting. /// //! A test of Doxygen commenting. typedef enum _DOXYGEN_TEST { /// This is a single line comment. Member_001, // 1 /// This is a mutli-line comment. /// 'Twas brillig, and the slithy toves &lt;br&gt; /// Did gyre and gimble in the wabe; &lt;br&gt; /// All mimsy were the borogoves, &lt;br&gt; /// And the mome raths outgrabe. &lt;br&gt; /// "Beware the Jabberwock, my son! &lt;br&gt; /// The jaws that bite, the claws that catch! &lt;br&gt; /// Beware the Jubjub bird, and shun &lt;br&gt; /// The frumious Bandersnatch!" /// /// He took his vorpal sword in hand: /// Long time the manxome foe he sought-- /// So rested he by the Tumtum tree, /// And stood awhile in thought. /// /// And as in uffish thought he stood, /// The Jabberwock, with eyes of flame, /// Came whiffling through the tulgey wood, /// And burbled as it came! /// /// One, two! One, two! and through and through /// The vorpal blade went snicker-snack! /// He left it dead, and with its head /// He went galumphing back. /// /// "And hast thou slain the Jabberwock? /// Come to my arms, my beamish boy! /// O frabjous day! Callooh! Callay!" /// He chortled in his joy. /// /// 'Twas brillig, and the slithy toves /// Did gyre and gimble in the wabe; /// All mimsy were the borogoves, /// And the mome raths outgrabe. Member_002, // 2 } Doxygen_test; </code></pre> <p>The resulting Doxygen generated file: <img src="https://i.stack.imgur.com/LlY9E.png" alt="Doxygen generated doc for test.h"></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload