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

A module/submodule table to declare (prefix = {}), with its optional doc. More...

#include <welder/rods/lua/luacats/document.hpp>

Public Attributes

std::string prefix {}
 The dotted table path, e.g.
std::string doc {}
 Its namespace doc, if any.

Detailed Description

A module/submodule table to declare (prefix = {}), with its optional doc.

Definition at line 261 of file document.hpp.

Member Data Documentation

◆ doc

std::string welder::rods::luacats::table_decl::doc {}

Its namespace doc, if any.

Definition at line 263 of file document.hpp.

◆ prefix

std::string welder::rods::luacats::table_decl::prefix {}

The dotted table path, e.g.

"geometry.detail".

Definition at line 262 of file document.hpp.


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