Boost logo

Boost :

Subject: Re: [boost] [docbook] Add detail namespace to Reference section
From: Rob Stewart (robertstewart_at_[hidden])
Date: 2014-08-16 10:00:24


On August 16, 2014 9:21:03 AM EDT, Benedek Thaler <thalerbenedek_at_[hidden]> wrote:
>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)


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk