#219: Add \internal in the documentation of internal code ---------------------+------------------------------------------------------ Reporter: lazzara | Owner: Olena Team Type: defect | Status: new Priority: major | Milestone: Olena 1.1 Component: Milena | Version: 1.0 Keywords: | ---------------------+------------------------------------------------------ Currently, in order to not expose the internal code in the user documentation, everything in the internal and trait namespaces is ignored during the doc generation.
The main issue is that inherited members are not shown in the documentation of the classes exposed to the user.
The only way to ask Doxygen to show inherited members and not to show internal documentation is to add \internal in the documentation of internal code.