Skip to content

Commit 768cebe

Browse files
doc: add litgen to the automatic generators list (compiling.rst) (#5012)
* doc: add litgen to the automatic generators list (compiling.rst) Added this: [litgen]_ is an automatic python bindings generator with a focus on generating documented and discoverable bindings: bindings will nicely reproduce the documentation found in headers. It is is based on srcML (srcml.org), a highly scalable, multi-language parsing tool with a developer centric approach. The API that you want to expose to python must be C++14 compatible (but your implementation can use more modern constructs). .. [litgen] https://pthom.github.io/litgen * style: pre-commit fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 869cc1f commit 768cebe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/compiling.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,3 +639,11 @@ cross-project dependency management. Additionally, it is able to autogenerate
639639
customizable pybind11-based wrappers by parsing C++ header files.
640640

641641
.. [robotpy-build] https://robotpy-build.readthedocs.io
642+
643+
[litgen]_ is an automatic python bindings generator with a focus on generating
644+
documented and discoverable bindings: bindings will nicely reproduce the documentation
645+
found in headers. It is is based on srcML (srcml.org), a highly scalable, multi-language
646+
parsing tool with a developer centric approach. The API that you want to expose to python
647+
must be C++14 compatible (but your implementation can use more modern constructs).
648+
649+
.. [litgen] https://pthom.github.io/litgen

0 commit comments

Comments
 (0)