16 Aug
2014
16 Aug
'14
2:06 p.m.
On Sat, Aug 16, 2014 at 4:00 PM, Rob Stewart
I don't know how to make it appear, but the real question is why you would want to document and implementation detail.
As shown in the example, the class to be documented is lifted to the public namespace. Real code: https://github.com/erenon/pipeline/blob/master/include/boost/pipeline/type_e... It can't be in the public namespace because related operators are in the detail namespace which also serve other classes in the that namespace. Benedek