doc: internal: Add note about the way tests are being compiled

This commit is contained in:
fwsmit 2021-04-15 18:35:37 +02:00
parent c4e428e9d5
commit 75af42c83a

View File

@ -15,6 +15,10 @@
- Add the comments to the prototype. Doxygen will merge the protoype and implementation documentation anyways.
Except for **static** methods, add the documentation header to the implementation and *not to the prototype*.
- Member documentation should happen with `/**<` and should span to the right side of the member
- Test files that have the same name as a file in src/\* can include the
associated .c file. This is because they are being compiled INSTEAD of the src
file.
## Log messages