Blender V5.0
bArgDoc Struct Reference

Public Attributes

bArgDocnext
bArgDocprev
const char * short_arg
const char * long_arg
const char * documentation
bool done

Detailed Description

Definition at line 35 of file BLI_args.cc.

Member Data Documentation

◆ documentation

const char* bArgDoc::documentation

Definition at line 39 of file BLI_args.cc.

Referenced by internalDocPrint(), and internalDocs().

◆ done

bool bArgDoc::done

Definition at line 40 of file BLI_args.cc.

Referenced by BLI_args_print_arg_doc().

◆ long_arg

const char* bArgDoc::long_arg

Definition at line 38 of file BLI_args.cc.

Referenced by internalDocPrint(), and internalDocs().

◆ next

bArgDoc* bArgDoc::next

Definition at line 36 of file BLI_args.cc.

◆ prev

bArgDoc * bArgDoc::prev

Definition at line 36 of file BLI_args.cc.

◆ short_arg

const char* bArgDoc::short_arg

Definition at line 37 of file BLI_args.cc.

Referenced by internalDocPrint(), and internalDocs().


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