|
welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
|
One function parameter's documentation: its identifier (nullptr if unnamed) and its doc text (nullptr if undocumented). More...
#include <welder/doc.hpp>
Public Attributes | |
| const char * | name {nullptr} |
| The parameter's identifier, or nullptr. | |
| const char * | text {nullptr} |
| Its doc text, or nullptr. | |
One function parameter's documentation: its identifier (nullptr if unnamed) and its doc text (nullptr if undocumented).
| const char* welder::detail::param_doc::name {nullptr} |
| const char* welder::detail::param_doc::text {nullptr} |