I am attempting to breakup function/attribute documentation using an
'advanced' group, as shown in this code snippet.

void generalMethod(){};

/** \name Advanced */
///@{
void advancedMethod(){}
///@}

I would like the items in the advanced group to be dynamic in a way similar
to fashion to how VTK displays inherited functions (see
http://www.vtk.org/doc/nightly/html/classvtkHandleWidget.html). The idea
being that general methods that most user would need are shown
automatically and then advanced users could click the button and show the
rest. Is this possible?

Thanks,
Andrew
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to