Blender V4.3
bArgDoc Struct Reference

Public Attributes

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

Detailed Description

Definition at line 25 of file BLI_args.c.

Member Data Documentation

◆ documentation

const char* bArgDoc::documentation

Definition at line 29 of file BLI_args.c.

Referenced by internalDocPrint(), and internalDocs().

◆ done

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().

◆ long_arg

const char* bArgDoc::long_arg

Definition at line 28 of file BLI_args.c.

Referenced by internalDocPrint(), and internalDocs().

◆ next

struct bArgDoc* bArgDoc::next

Definition at line 26 of file BLI_args.c.

Referenced by BLI_args_print_other_doc().

◆ prev

struct bArgDoc * bArgDoc::prev

Definition at line 26 of file BLI_args.c.

◆ short_arg

const char* bArgDoc::short_arg

Definition at line 27 of file BLI_args.c.

Referenced by internalDocPrint(), and internalDocs().


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