diff options
author | Brett Holman <bpholman5@gmail.com> | 2021-07-07 23:07:22 -0600 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2021-07-10 13:51:03 -0400 |
commit | 8e6f35cbf344dbefbfe6420e06a47f64079f72ad (patch) | |
tree | 3cf5546e89a503e1281d20674984c7a9c94fa8a9 /doc/autogen/gen.h | |
parent | 050d5f7bcf08bd02f5077a1c5559f352fa449e1e (diff) |
Documentation fixup: made filenames more descriptive, switched parsing utility to python
Diffstat (limited to 'doc/autogen/gen.h')
-rw-r--r-- | doc/autogen/gen.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/autogen/gen.h b/doc/autogen/gen.h deleted file mode 100644 index 2a7e500..0000000 --- a/doc/autogen/gen.h +++ /dev/null @@ -1,18 +0,0 @@ -#include "../../libbcachefs/opts.h" - -/** - * generate tables from definitions in opt.h - */ - -#define NULL (null) - -FMT_START_SECTION - -FMT_START_LINE Name ; Data Type ; Type Description ; Description ; Usage Flag FMT_END_LINE - -#define x(_name, _shortopt, _type, _in_mem_type, _mode, _sb_opt, _idk1, _idk2)\ - FMT_START_LINE _name ; _shortopt ; _idk1 ; _idk2 ; _type FMT_END_LINE - BCH_OPTS() -#undef x - -FMT_END_SECTION |