Skip to content

Add Doxygen comments to .h files in tests/Utils - #17

Open
MichaelBCG wants to merge 1 commit into
life-exe:masterfrom
MichaelBCG:feature/TestUtils-doxygen-comments
Open

Add Doxygen comments to .h files in tests/Utils#17
MichaelBCG wants to merge 1 commit into
life-exe:masterfrom
MichaelBCG:feature/TestUtils-doxygen-comments

Conversation

@MichaelBCG

Copy link
Copy Markdown

This pull request addresses the request outlined in this part of the video by adding Doxygen comments to the .h files in the tests/Utils directory.

The comments have been generated using ChatGPT and are intended as a starting point for generating documentation for these files using Doxygen.

I have also tested the documentation generation process on my local environment to ensure its functionality.

Additionally, to ensure that Doxygen generates documentation from code within conditional blocks utilizing macro names, it's necessary to specify these macro names in the PREDEFINED tag within the Doxygen configuration file.

For example, in TestUtils.h, we utilize #if WITH_AUTOMATION_TESTS, so it's crucial to specify "WITH_AUTOMATION_TESTS" in the PREDEFINED tag of the Doxyfile to ensure that Doxygen processes the code within this conditional block correctly:
PREDEFINED = WITH_AUTOMATION_TESTS

This pull request does NOT include changes for PREDEFINED tag in the Doxyfile.

@MichaelBCG

Copy link
Copy Markdown
Author

Also see #18 (specifying PREDEFINED tag in the Doxyfile)

MichaelBCG referenced this pull request in MichaelBCG/devops_ue Apr 17, 2024
Add Doxygen comments to .h files in tests/Utils
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.

1 participant