16 Aug
2014
16 Aug
'14
2 p.m.
On August 16, 2014 9:21:03 AM EDT, Benedek Thaler
Hi,
I have the following example code fragment:
namespace boost { namespace detail { /** documentation */ class implementation {}; } // namespace detail
using detail::implementation;
} // namespace boost
I'd like to have the class `implementation` show up in the Reference section generated by doxygen+docbook-xsl+boost build+docbook+... .
Issue is, every namespace which name contains the string "detail" is excluded somehow. The direct output of doxygen has it, but not the docbook version.
I don't know how to make it appear, but the real question is why you would want to document and implementation detail. ___ Rob (Sent from my portable computation engine)