Skip to content

Don't extract all documentation

Michael Platings requested to merge fix-doxyfile into main

Only extract documentation where code has been deliberately commented with Doxygen style /// comments.

With EXTRACT_ALL=YES documentation is generated for implementation details such as macros that are not intended to be part of the API.

Partial revert of 52257cf3

Merge request reports