You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the wazuh-agent repository uses the Doxygen format to document code. However, documentation is not being generated yet, so there is no validation that the code is well documented.
Tasks
Create a configuration file for Doxygen.
Run Doxygen. Fix the run failures if necessary.
Validate that all the code is well documented.
Apply the necessary changes.
Create a workflow to be able to run this task.
Use the existing .github/actions/doxygen/action.yml action file.
The text was updated successfully, but these errors were encountered:
Description
Currently, the
wazuh-agent
repository uses the Doxygen format to document code. However, documentation is not being generated yet, so there is no validation that the code is well documented.Tasks
.github/actions/doxygen/action.yml
action file.The text was updated successfully, but these errors were encountered: