mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-12 09:17:42 +00:00
This changes javadoc-style documenting comments from:
/** Text starts here
* and continues here
*/
to:
/**
* Test starts here
* and continues here
*/
which looks a little better, and also matches the javadoc-recommended
way of writing documenting comments.