From 96f157313633b77f666aeb72a37302611cf5a1f4 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 11 Aug 2010 23:48:08 +0000 Subject: [PATCH] doc tweaks --- doc/mapformat.txt | 4 ++-- doc/quakeforge.dox.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/mapformat.txt b/doc/mapformat.txt index d2963546f..c3624800e 100644 --- a/doc/mapformat.txt +++ b/doc/mapformat.txt @@ -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 diff --git a/doc/quakeforge.dox.in b/doc/quakeforge.dox.in index 73be78677..029b7dcf5 100644 --- a/doc/quakeforge.dox.in +++ b/doc/quakeforge.dox.in @@ -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