welder 0.1.0
Bindings for annotated C++ types, from C++26 reflection
Loading...
Searching...
No Matches
welder::detail::param_doc Struct Reference

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.

Detailed Description

One function parameter's documentation: its identifier (nullptr if unnamed) and its doc text (nullptr if undocumented).

Definition at line 213 of file doc.hpp.

Member Data Documentation

◆ name

const char* welder::detail::param_doc::name {nullptr}

The parameter's identifier, or nullptr.

Definition at line 214 of file doc.hpp.

◆ text

const char* welder::detail::param_doc::text {nullptr}

Its doc text, or nullptr.

Definition at line 215 of file doc.hpp.


The documentation for this struct was generated from the following file: