Replies: 5 comments
-
Poco does not use Doxygen. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to convert the Poco's description to Doxygen style? |
Beta Was this translation helpful? Give feedback.
-
There was a script once to do this. In the simplest case replacing |
Beta Was this translation helpful? Give feedback.
-
Said script is in |
Beta Was this translation helpful? Give feedback.
-
We will consider to use this script. Thank you |
Beta Was this translation helpful? Give feedback.
-
Doxygen states that if description are placed after an coding element that it must have a "<" sign included.
Poco's doxygen descriptions doesn't follow this recommenadation.
The descriptions are placed after the coding elements but does not include a "<" in the beginning of the description.
See: https://www.doxygen.nl/manual/docblocks.html
Section: Putting documentation after members
When I in CLion hover over a Poco element then I get the wrong description.
Beta Was this translation helpful? Give feedback.
All reactions