![]() |
Blender V2.61 - r43446
|
Public Attributes | |
| struct bArgDoc * | next |
| struct bArgDoc * | prev |
| const char * | short_arg |
| const char * | long_arg |
| const char * | documentation |
| int | done |
Definition at line 50 of file BLI_args.c.
| const char* bArgDoc::documentation |
Definition at line 54 of file BLI_args.c.
Referenced by internalDocPrint(), and internalDocs().
| int bArgDoc::done |
Definition at line 55 of file BLI_args.c.
Referenced by BLI_argsPrintArgDoc(), and BLI_argsPrintOtherDoc().
| const char* bArgDoc::long_arg |
Definition at line 53 of file BLI_args.c.
Referenced by internalDocPrint(), and internalDocs().
| struct bArgDoc* bArgDoc::next |
Definition at line 51 of file BLI_args.c.
Referenced by BLI_argsPrintOtherDoc().
| struct bArgDoc * bArgDoc::prev |
Definition at line 51 of file BLI_args.c.
| const char* bArgDoc::short_arg |
Definition at line 52 of file BLI_args.c.
Referenced by internalDocPrint(), and internalDocs().