• Jason Rhinelander's avatar
    Style cleanup of javadoc-style comments · 37b2383a
    Jason Rhinelander authored
    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.
    37b2383a
pybind11.h 76.7 KB