After some searching for a place to report bugs, and not finding it, I figured maybe posting in the forum would suffice as well.
While scanning and reading the online Doxygen-produced documentation at Rhino C++ API: Main Page I kept noticing that sometimes documentation seems to be put on the wrong ‘topic’, usually being ‘one off’. Especially enum values seem to suffer from this.
Today I realized why: it is because each Doxygen comment uses the
I guess it should be sufficient to go over each source and ensure there is at least one space between the ‘///’ and the ‘<’