]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
More documentation
authorDale Weiler <killfieldengine@gmail.com>
Fri, 23 Nov 2012 22:04:30 +0000 (22:04 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 23 Nov 2012 22:04:30 +0000 (22:04 +0000)
doc.html

index 5139e293a88063772b88511aa8d7f5414124564e..378e02fc6d905516d4a5265e3fdbedaee1a30a55 100644 (file)
--- a/doc.html
+++ b/doc.html
                         <td>What it represents</td>
                     </tr>
                     <tr>
-                        <td>__STD_GMQCC__</td>
+                        <td>GMQCC</td>
                         <td>Specifies the current selected standard is gmqcc.</td>
                     </tr>
                     <tr>
-                        <td>__STD_FTEQCC__</td>
+                        <td>FTEQCC</td>
                         <td>Specifies the current selected standard is fteqcc.</td>
                     </tr>
                     <tr>
-                        <td>__STD_QCC__</td>
+                        <td>QCC</td>
                         <td>Specifies the current selected standard is qcc.</td>
                     </tr>
                     
                         <td>-memchk</td>
                         <td>Turns on compiler memory leak checker</td>
                     </tr>
+                    
+                    <tr>
+                        <td>-Whelp or -W?</td>
+                        <td>Lists all warning options</td>
+                    </tr>
+                    
+                    <tr>
+                        <td>-fhelp or -f?</td>
+                        <td>Liss all code generation options</td>
+                    </tr>
                 </table>
                 <h3>Support or Contact</h3>
                 <p>Having trouble with GMQCC? Join our IRC channel at #kf-engine on irc.freenode.net or contact <a href="mailto:cube2killfild@gmail.com">Us</a>