mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-03-22 02:13:43 +08: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.