doxybook::node::parameter_list_item
Defined in header <doxybook/node.hpp>
struct parameter_list_item;
An item in a list of parameters.
Description
These could be used for parameters, return values, template parameters, and exceptions.
Public Attributes
Member Public Attributes | Description |
---|---|
name | std::string (public variable) |
text | std::string (public variable) |
Public Attributes
variable name
Defined in header <doxybook/node.hpp>
std::string name;
variable text
Defined in header <doxybook/node.hpp>
std::string text;
Updated on 2023-04-03