This commit is contained in:
Dragorn421 2025-06-07 01:29:48 +02:00
parent d95f810bc8
commit 7d2786b2ca
No known key found for this signature in database
GPG Key ID: 381AEBAF3D429335
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ The documentation can then be browsed by opening `docs/doxygen/html/index.html`
Any comments inside functions, except bugs ([see below](#documenting-bugs)), should use `//`-style comments, even if spanning over multiple lines. Any comments inside functions, except bugs ([see below](#documenting-bugs)), should use `//`-style comments, even if spanning over multiple lines.
A simple example of documenting a function withjust a description (note the leading `/**`): A simple example of documenting a function with just a description (note the leading `/**`):
```c ```c
/** /**