Skip to content

Conversation

@TreeSnowFence
Copy link
Collaborator

@TreeSnowFence TreeSnowFence commented Apr 3, 2025

Added some documentation for exponent.cpp, expression.cpp, and variable.cpp

Copy link
Collaborator

@matthew-mccall matthew-mccall left a 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.
Comment on lines +128 to +130
/**
*variable integration
*/
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants