Commit c993bcec by Wenzel Jakob

mkdoc.py: document enumerations

parent 5612a0c1
...@@ -28,6 +28,7 @@ RECURSE_LIST = [ ...@@ -28,6 +28,7 @@ RECURSE_LIST = [
PRINT_LIST = [ PRINT_LIST = [
CursorKind.CLASS_DECL, CursorKind.CLASS_DECL,
CursorKind.STRUCT_DECL, CursorKind.STRUCT_DECL,
CursorKind.ENUM_DECL,
CursorKind.CLASS_TEMPLATE, CursorKind.CLASS_TEMPLATE,
CursorKind.FUNCTION_DECL, CursorKind.FUNCTION_DECL,
CursorKind.FUNCTION_TEMPLATE, CursorKind.FUNCTION_TEMPLATE,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment