In non-Doxygen comments, I often have:
/* Lorem ipsum etc.
*
* Notes:
* - A first note.
* - Some other note note.
*/
But with Doxygen, I have @note
(or \note
), not @notes
). So, should I use multiple @note
s, or do I put all notes under the same @note
?