doc tweaks

This commit is contained in:
Bill Currie 2010-08-11 23:48:08 +00:00 committed by Jeff Teunissen
parent a314baebf4
commit 96f1573136
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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