1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-06-08 01:21:52 +00:00
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

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.
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
/**