mirror of
https://github.com/zeldaret/oot.git
synced 2025-06-08 09:31:52 +00:00
fix
This commit is contained in:
parent
d95f810bc8
commit
7d2786b2ca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue