diff options
Diffstat (limited to 'Doc/lib/libpanel.tex')
-rw-r--r-- | Doc/lib/libpanel.tex | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/Doc/lib/libpanel.tex b/Doc/lib/libpanel.tex index 3553808..66ac2a8 100644 --- a/Doc/lib/libpanel.tex +++ b/Doc/lib/libpanel.tex @@ -1,6 +1,8 @@ \section{Standard Module \module{panel}} -\label{module-panel} -\stmodindex{panel} +\declaremodule{standard}{panel} + +\modulesynopsis{None} + \strong{Please note:} The FORMS library, to which the \code{fl}\refbimodindex{fl} module described above interfaces, is a @@ -30,8 +32,10 @@ or \code{panel.defpanellist()}. \section{Standard Module \module{panelparser}} -\label{module-panelparser} -\stmodindex{panelparser} +\declaremodule{standard}{panelparser} + +\modulesynopsis{None} + This module defines a self-contained parser for S-expressions as output by the Panel Editor (which is written in Scheme so it can't help writing @@ -46,8 +50,10 @@ For more details, read the module file. % XXXXJH should be funcdesc, I think \section{Built-in Module \module{pnl}} -\label{module-pnl} -\bimodindex{pnl} +\declaremodule{builtin}{pnl} + +\modulesynopsis{None} + This module provides access to the \emph{Panel Library} |