We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909efc0 commit c5eb954Copy full SHA for c5eb954
docs/conf.py
@@ -512,8 +512,8 @@ def get_colors(color_t: str):
512
("cpp:identifier", "my_ns3"),
513
("cpp:identifier", "cpp_apigen_demo"),
514
# Example JavaScript types
515
- ("js:func", "string"),
516
- ("js:func", "SomeError"),
+ ("js:class", "string"),
+ ("js:class", "SomeError"),
517
# pydantic_extra_types.color not present in object inventory
518
("py:class", "pydantic_extra_types.color.Color"),
519
]
0 commit comments