-
Notifications
You must be signed in to change notification settings - Fork 2
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
42 defining specific doxygen APIs #43
Conversation
I've updated the Doxygen output to produce a properly defined API for C++,C, and Fortran. This contains just the information for a user. |
!----------------------------------------------------------------------------- | ||
! Contained functions / subroutines | ||
!----------------------------------------------------------------------------- | ||
contains | ||
|
||
!> @ingroup FortranAPI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was the indentation intentional, here? (Same comment applies to other comment blocks for the FortranAPI.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've changed the indentation so it all lines up now.
General question: how do I see the documentation for parts of the code other than the API? |
You should just be able to click on the classes tab at the top of the Doxygen output and it will show you the generated stuff for all the other classes. |
Happy to review once it is up-to-date with the main. |
Defining a concrete API within the Doxygen docs.