Documentation for a submodule, for use with fx_module_doc. More...
Public Attributes | |
struct fx_module_doc * | doc |
The submodule's documentation. | |
const char * | key |
The submodule's name; paths allowed. | |
const char * | text |
Information to print on --help. |
Documentation for a submodule, for use with fx_module_doc.
You should define a constant list of these at the top of any file/class that makes use of an fx_module. Such lists should be terminated by FX_SUBMODULE_DOC_DONE.
Definition at line 175 of file fx.h.
struct fx_module_doc * fx_submodule_doc::doc |
const char * fx_submodule_doc::key |
const char * fx_submodule_doc::text |