Inline Parameter Documentation

This is currently flawed as it doesn’t know where to sensibly put the parameters in the final description.

It currently defaults to the top of the detail description block which means it comes between the brief description text and the detailed description text which is less than ideal, but attempts to programmatically figure out where the detail description text ends have failed. Something for future work.

Example

class Test

Public Functions

const char *member(char c, int n)

A member function.

Parameters
  • c: c a character.

  • n: n an integer.

Details about member function

Return

a character pointer.

Exceptions
  • std::out_of_range: parameter is out of range.

file inline.h