mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
Revert "[qfcc] Correct a comment"
This reverts commit a2f203c840
.
There is indeed a world of difference between "any" and "only", and it
helps if I read the rest of the docs AND the code :P.
This commit is contained in:
parent
8696e76a25
commit
b81d58c795
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ int def_size (def_t *def) __attribute__((pure));
|
|||
function will return.
|
||||
|
||||
\param def The def representing the alias cluster to visit.
|
||||
\param overlap If non-zero, then any defs that overlap \a def will
|
||||
\param overlap If non-zero, then only defs that overlap \a def will
|
||||
be visited. If 2, then the given def must fully overlap
|
||||
the visited def.
|
||||
\param visit The function to call when visiting a def. The first
|
||||
|
|
Loading…
Reference in a new issue