-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grouping documentation by source directory structure? #99
Comments
This is not possible. Directory structure is not a particular good way of grouping documentation since the structure can be arbitrary. It can make it harder to find documentation of specific symbols. Namespaces and classes are the natural grouping. See also #11 (comment). I'm not going to consider this until I hear a really compelling argument for it. |
Closing since no further arguments have been provided. |
FWIW, this was the first thing I tried with cldoc, and I'm a bit boggled at its absence. It seems to be very difficult, when viewing (say) a function in the cldoc HTML output, to determine which header I need to include to get access to it. Since in C/C++, like it or not, headers and directory structure are a thing we have to deal with, it would also seem reasonable to view a list of headers contributing to the documentation, and to be able to describe what each header is for. User's use case:
|
I still think the main view should be the way it is, but I would like to add the possibility for exposing these two types of information. |
Is it possible to group source code in the documentation by the header files directory structure?
The text was updated successfully, but these errors were encountered: