mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-19 01:15:52 +00:00
mkdoc.py: document enumerations
This commit is contained in:
parent
5612a0c1c2
commit
c993bcec19
@ -28,6 +28,7 @@ RECURSE_LIST = [
|
||||
PRINT_LIST = [
|
||||
CursorKind.CLASS_DECL,
|
||||
CursorKind.STRUCT_DECL,
|
||||
CursorKind.ENUM_DECL,
|
||||
CursorKind.CLASS_TEMPLATE,
|
||||
CursorKind.FUNCTION_DECL,
|
||||
CursorKind.FUNCTION_TEMPLATE,
|
||||
|
Loading…
Reference in New Issue
Block a user