-
Notifications
You must be signed in to change notification settings - Fork 29
Added documentation for Oasis #174
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
base: master
Are you sure you want to change the base?
Conversation
matthew-mccall
left a comment
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.
Thank you for jumping on this, please note that we use doxygen for documentation generation, so it would work best if the comments were formatted as described in https://www.doxygen.nl/manual/docblocks.html. We use the javadoc style. It is also worth noting that overriding functions "inherit" documentation from their parents.
…asis Basically I felt as though there should be at least some sort of documentation for how to use the project after you built it. If this sort of thing is not appropriate or should be more specific (ex. this is how you use the I/O for oasis, etc.) feedback for how to iterate would be appreciated.
| /** | ||
| *variable integration | ||
| */ |
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.
Inside a function you can use regular comments, these aren't relevant to generating online documentation. The comment block syntax is only necessary for documenting function declarations
Added some documentation for exponent.cpp, expression.cpp, and variable.cpp