mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-05 20:54:53 +00:00
mkdoc.py: document enumerations
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user