-
-
Notifications
You must be signed in to change notification settings - Fork 318
Added detailed description to the C++ RM #6056
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
Conversation
Added c++ source files to file patterns to include detailed description of member functions.
- added missing parameters and made other corrections - removed outdated comments/notes
|
Didn't you lose the introductory material when you deleted the file? Why is that no longer important? |
|
The CXX/TUTR aren't referenced from anywhere |
Actually, when the C++ RM was moved to doxygen, it already lost that introduction. The C++ RM was put in as part of the main RM, so my objection about losing the introduction wasn't valid. The C++ RM even lost all the detail description of the methods, hence issue #5529. This PR fixes #5529, but there is no good place to add the introduction back in the current structure. |
The only way to get to the C++ API is in the Reference Manual. |
Fixes #5529
Important
Added C++ source files to
FILE_PATTERNSinDoxyfile.infor detailed member function descriptions.@HDF5_CPP_SRC_DIR@/*.hand@HDF5_CPP_SRC_DIR@/*.cpptoFILE_PATTERNSinDoxyfile.into include C++ source files for detailed member function descriptions.This description was created by
for e7169f2. You can customize this summary. It will automatically update as commits are pushed.