Doxygen

From Colettapedia
Revision as of 22:26, 27 February 2014 by Colettace (talk | contribs) (Created page with " * structured text ==documentation blocks== * brief vs. detailed description (& body description = concatenation of all body comments) ** brief is one-liner - can become toolt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • structured text

documentation blocks

  • brief vs. detailed description (& body description = concatenation of all body comments)
    • brief is one-liner - can become tooltip
    • detailed description block marked by an extra * in /**, OR triple forwardslashes
  • Put brief or detailed descriptions for each member

Commands

  • \brief - command ends at the paragraph.
  • /// \param argname brief description
  • \return
  • Put brief or detailed descriptions for each member