|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Changing the stylesheet will cause a loss in formatingWhen I change the stylesheet (by setting Is there a better way to modify and/or add styles without
loosing the default formatting?? Like I said, even using the
auto-generated stylesheet without modification will alter the L&F of the
output. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Doxygen-users mailing list Doxygen-users@... https://lists.sourceforge.net/lists/listinfo/doxygen-users |
|
|
How disable warning protected member not documented?After updating my Doxyfile to 1.5.8, I can not figure out why I am now
getting warnings for C++ class protected members that are not documented? I do not remember these before. Can these be suppressed without suppressing warnings for undocumented public members? /// My class class MyClass { public: /// Constructor MyClass(); protected: // How to suppress warning fro undocumented protected class members? int m_id; } Thanks in advance, -Ed ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Doxygen-users mailing list Doxygen-users@... https://lists.sourceforge.net/lists/listinfo/doxygen-users |
|
|
Re: How disable warning protected member not documented?Solved: C++ API design error
I realized that protected members *should* be documented in an API document. I should have made them private for members if I do not want users to have access to. Dooh! Doxygen is C++ design tool too! My Doxyfile 1.4.7 had HIDE_UNDOC_MEMBERS = YES. When I converted it to 1.5.8, then HIDE_UNDOC_MEMBERS = NO which generated lots of new warnings about undocumented methods including protected member variables. This was good and made me realize my design error. If you intend to expose a class with protected members they should be documented -Ed On Oct 28, 2009, at 5:15 PM, Ed Sutton wrote: > After updating my Doxyfile to 1.5.8, I can not figure out why I am now > getting warnings for C++ class protected members that are not > documented? I do not remember these before. Can these be suppressed > without suppressing warnings for undocumented public members? > > /// My class > class MyClass > { > public: > /// Constructor > MyClass(); > > protected: > // How to suppress warning fro undocumented protected class > members? > int m_id; > > } > > Thanks in advance, > > -Ed > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart > your > developing skills, take BlackBerry mobile applications to market and > stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Doxygen-users mailing list > Doxygen-users@... > https://lists.sourceforge.net/lists/listinfo/doxygen-users ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Doxygen-users mailing list Doxygen-users@... https://lists.sourceforge.net/lists/listinfo/doxygen-users |
| Free embeddable forum powered by Nabble | Forum Help |