]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Added __STD_VERSION_MINOR__ and _MAJOR__ to documentation
authorDale Weiler <killfieldengine@gmail.com>
Fri, 23 Nov 2012 21:52:38 +0000 (21:52 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 23 Nov 2012 21:52:38 +0000 (21:52 +0000)
doc.html

index 6ea51bde4d498d1a12d316c98029d4b4206ef9e6..37026f8f2136605a554f95964576a20d7f3074c4 100644 (file)
--- a/doc.html
+++ b/doc.html
                         <td>__STD_QCC__</td>
                         <td>Specifies the current selected standard is qcc.</td>
                     </tr>
+                    
+                    <tr>
+                        <td>__STD_VERSION_MINOR__</td>
+                        <td>Specifies the current selected stanadards minor version number.</td>
+                    </tr>
+                    <tr>
+                        <td>__STD_VERSION_MAJOR__</td>
+                        <td>Specifies the current selected stanadards major version number.</td>
+                    </tr>
                 </table>
                 
                 <h2>Unsupported compatability options</h2>