|
Blender V5.0
|
Public Attributes | |
| bArgDoc * | next |
| bArgDoc * | prev |
| const char * | short_arg |
| const char * | long_arg |
| const char * | documentation |
| bool | done |
Definition at line 35 of file BLI_args.cc.
| const char* bArgDoc::documentation |
Definition at line 39 of file BLI_args.cc.
Referenced by internalDocPrint(), and internalDocs().
| bool bArgDoc::done |
Definition at line 40 of file BLI_args.cc.
Referenced by BLI_args_print_arg_doc().
| const char* bArgDoc::long_arg |
Definition at line 38 of file BLI_args.cc.
Referenced by internalDocPrint(), and internalDocs().
| bArgDoc* bArgDoc::next |
Definition at line 36 of file BLI_args.cc.
| bArgDoc * bArgDoc::prev |
Definition at line 36 of file BLI_args.cc.
| const char* bArgDoc::short_arg |
Definition at line 37 of file BLI_args.cc.
Referenced by internalDocPrint(), and internalDocs().