diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
commit | f6863c19091ca23ef69db31aa033b5802c2be871 (patch) | |
tree | 016349280cb7a4f3d5ba55e74ab58649abb27275 /Doc/lib/libgl.tex | |
parent | 46a9438c43ae28db0433e5b65352f6b13a5afe63 (diff) | |
download | cpython-f6863c19091ca23ef69db31aa033b5802c2be871.zip cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.gz cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.bz2 |
Added \platform annotations.
Diffstat (limited to 'Doc/lib/libgl.tex')
-rw-r--r-- | Doc/lib/libgl.tex | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Doc/lib/libgl.tex b/Doc/lib/libgl.tex index 4a3e19d..b9fbc2d 100644 --- a/Doc/lib/libgl.tex +++ b/Doc/lib/libgl.tex @@ -2,6 +2,7 @@ \emph{Graphics Library} interface} \declaremodule{builtin}{gl} + \platform{IRIX} \modulesynopsis{Functions from the Silicon Graphics \emph{Graphics Library}.} @@ -185,11 +186,13 @@ def main(): main() \end{verbatim} -% + + \section{\module{DEVICE} --- - Constants used with the \module{gl} module.} -\declaremodule{standard}{DEVICE} + Constants used with the \module{gl} module} +\declaremodule{standard}{DEVICE} + \platform{IRIX} \modulesynopsis{Constants used with the \module{gl} module.} This modules defines the constants used by the Silicon Graphics @@ -199,9 +202,10 @@ Read the module source file for details. \section{\module{GL} --- - Constants used with the \module{gl} module.} -\declaremodule{standard}{GL} + Constants used with the \module{gl} module} +\declaremodule{standard}{GL} + \platform{IRIX} \modulesynopsis{Constants used with the \module{gl} module.} This module contains constants used by the Silicon Graphics |