9 Commits

Author SHA1 Message Date
Roberto Turrado Camblor
c98518351e
Make support/python/mkdocstrings_handlers/cxx/__init__.py PEP 8 compliant (1 of 2) (#4110)
* Make support/python/mkdocstrings_handlers/cxx/__init__.py PEP compliant.

* Rollback minor change in __init__ signature.

* Rollback minor change in __init__ signature.

* Fix previous commit.

* Add 'from __future__ import annotations' to fix Python 3.8 error when using operator '|'.

* Change doxyxml2html([n]) to doxyxml2html(list(n)) as suggested by Victor.
Change convert_type return type to Optional[str].
2024-08-08 15:22:41 -07:00
Victor Zverovich
2952130cbc Fix doc build 2024-06-29 08:50:16 -07:00
Victor Zverovich
1e94a463ed Create build dir 2024-06-29 08:49:01 -07:00
Victor Zverovich
a34120329a Update doc script 2024-06-29 08:38:16 -07:00
Victor Zverovich
ea1187f4c8 Generate doxyxml in build 2024-06-15 09:15:30 -07:00
Victor Zverovich
709169a4d8 Set the anchors 2024-06-15 08:55:22 -07:00
Victor Zverovich
3620c174a6 Fix doc build 2024-06-09 16:10:26 -07:00
Victor Zverovich
ab6b257a39 Implement doc building 2024-06-09 13:17:13 -07:00
Victor Zverovich
b5c8fd783c Fix doc build 2024-06-09 11:37:18 -07:00