|
Blender V4.3
|
Public Attributes | |
| struct bArgDoc * | next |
| struct bArgDoc * | prev |
| const char * | short_arg |
| const char * | long_arg |
| const char * | documentation |
| bool | done |
Definition at line 25 of file BLI_args.c.
| const char* bArgDoc::documentation |
Definition at line 29 of file BLI_args.c.
Referenced by internalDocPrint(), and internalDocs().
| bool bArgDoc::done |
Definition at line 30 of file BLI_args.c.
Referenced by BLI_args_print_arg_doc(), and BLI_args_print_other_doc().
| const char* bArgDoc::long_arg |
Definition at line 28 of file BLI_args.c.
Referenced by internalDocPrint(), and internalDocs().
| struct bArgDoc* bArgDoc::next |
Definition at line 26 of file BLI_args.c.
Referenced by BLI_args_print_other_doc().
| struct bArgDoc * bArgDoc::prev |
Definition at line 26 of file BLI_args.c.
| const char* bArgDoc::short_arg |
Definition at line 27 of file BLI_args.c.
Referenced by internalDocPrint(), and internalDocs().