mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Added \platform annotations.
This commit is contained in:
parent
46a9438c43
commit
f6863c1909
38 changed files with 297 additions and 242 deletions
|
@ -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}
|
||||
|
||||
|
||||
\section{\module{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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue