Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 387 Bytes

Doxygen.md

File metadata and controls

14 lines (9 loc) · 387 Bytes

lh-cpp provides the :DOX command that analyses the current function signature to build a doxygen skeleton.

The (configurable) skeleton will have:

  • a brief line
  • a list of in, out, or inout @parameters
  • a @return tag, if something is returned
  • @exception specifications if known
  • other tags like @version, etc.

Examples

Configuration