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
@returntag, if something is returned @exceptionspecifications if known- other tags like
@version, etc.