mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
doc tweaks
This commit is contained in:
parent
a314baebf4
commit
96f1573136
2 changed files with 3 additions and 3 deletions
|
@ -49,8 +49,8 @@ enclosed in ().
|
|||
The three points (from either mode) are then used to calculate the plane
|
||||
normal and offset:
|
||||
\verbatim
|
||||
n = (p0 - p1) x (p2 - p1)
|
||||
d = p1 . n
|
||||
n = (p0 - p1) x (p2 - p1) # normal
|
||||
d = p1 . n # offset
|
||||
\endverbatim
|
||||
|
||||
The texture name is just a simple string (no spaces) that specifies the name
|
||||
|
|
|
@ -528,7 +528,7 @@ LAYOUT_FILE =
|
|||
# The QUIET tag can be used to turn on/off the messages that are generated
|
||||
# by doxygen. Possible values are YES and NO. If left blank NO is used.
|
||||
|
||||
QUIET = NO
|
||||
QUIET = YES
|
||||
|
||||
# The WARNINGS tag can be used to turn on/off the warning messages that are
|
||||
# generated by doxygen. Possible values are YES and NO. If left blank
|
||||
|
|
Loading…
Reference in a new issue