Hi, is it possible to set a property/flag about a class or method (in c++)
that is @nodoc, and then having a css class on the generated html, so that
you style it differently? We code for a major CAD application that some of
the API are risky to use. They come with no documentation and can be remove
without notice. For each of our applications we would want to document the
usages of these API. In the CAD development .h files each occurrence of
@nodoc identifies the class or method that is marked as no documentation
(This depicts an Internal Resource. Its usage is prohibited.).
*Example:*
/**
* @nodoc
*/
CATNotification * GetRadBModifyNotification() const;
Thanks!
--
View this message in context: http://doxygen.10944.n7.nabble.com/Finding-of-no-documentation-nodoc-API-usage-tp6699.html
Sent from the Doxygen - Development mailing list archive at Nabble.com.
|