diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
commit | b91e934cf1c45353a06eef77eac7cec609406646 (patch) | |
tree | 2eac55d1be7c062adef06708851208d20c896415 /Doc/lib/libgl.tex | |
parent | fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (diff) | |
download | cpython-b91e934cf1c45353a06eef77eac7cec609406646.zip cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.gz cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.bz2 |
Adjusted to use the new module synopsis support macros.
Diffstat (limited to 'Doc/lib/libgl.tex')
-rw-r--r-- | Doc/lib/libgl.tex | 37 |
1 files changed, 23 insertions, 14 deletions
diff --git a/Doc/lib/libgl.tex b/Doc/lib/libgl.tex index abbaf10..6824418 100644 --- a/Doc/lib/libgl.tex +++ b/Doc/lib/libgl.tex @@ -1,6 +1,8 @@ \section{Built-in Module \module{gl}} -\label{module-gl} -\bimodindex{gl} +\declaremodule{builtin}{gl} + +\modulesynopsis{Functions from the Silicon Graphics \emph{Graphics Library}.} + This module provides access to the Silicon Graphics \emph{Graphics Library}. @@ -183,15 +185,22 @@ def main(): main() \end{verbatim} % -\section{Standard Modules \module{GL} and \module{DEVICE}} -\nodename{GL and DEVICE} -\stmodindex{GL} -\stmodindex{DEVICE} - -These modules define the constants used by the Silicon Graphics -\emph{Graphics Library} -that C programmers find in the header files -\file{<gl/gl.h>} -and -\file{<gl/device.h>}. -Read the module source files for details. +\section{Standard Module \module{DEVICE}} +\declaremodule{standard}{DEVICE} + +\modulesynopsis{Constants used with the \module{gl} module.} + +This modules defines the constants used by the Silicon Graphics +\emph{Graphics Library} that C programmers find in the header file +\code{<gl/device.h>}. +Read the module source file for details. + + +\section{Standard Module \module{GL}} +\declaremodule{standard}{GL} + +\modulesynopsis{Constants used with the \module{gl} module.} + +This module contains constants used by the Silicon Graphics +\emph{Graphics Library} from the C header file \code{<gl/gl.h>}. +Read the module source file for details. |