Skip to content

Update developer guidelines with Doxygen instructions #99

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

Merged
merged 2 commits into from
May 7, 2025

Conversation

pelesh
Copy link
Collaborator

@pelesh pelesh commented May 7, 2025

Description

We use Doxygen markup to comment the code and produce developer documentation. We need a little bit more uniformity in how the code is commented and documented.

Proposed changes

Added section on Doxygen comments to the CONTRIBUTING.md file with guidelines how to document the code. The documentation is meant for GridKit developers and it is separate from user documentation.

Checklist

N/A

  • All tests pass.
  • Code compiles cleanly with flags -Wall -Wpedantic -Wconversion -Wextra.
  • The new code follows GridKit™ style guidelines.
  • There are unit tests for the new code.
  • The new code is documented.
  • The feature branch is rebased with respect to the target branch.

Further comments

Additional suggestions how to expand the documentation are welcome.

@pelesh pelesh self-assigned this May 7, 2025
@pelesh pelesh added the documentation Improvements or additions to documentation label May 7, 2025
CONTRIBUTING.md Outdated
two `*`.

### Documenting functions
Functions should be documented in source files. The reationale is to have
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reationale -> rationale

@pelesh pelesh merged commit 4f9ee57 into develop May 7, 2025
@pelesh pelesh deleted the slaven/update_contributing_doxygen branch June 10, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants