New style section headers.
This commit is contained in:
parent
23329d41bc
commit
c817e27501
|
@ -1,8 +1,9 @@
|
|||
\section{Built-in Module \module{ctb}}
|
||||
\section{\module{ctb} ---
|
||||
Interface to the Communications Tool Box.}
|
||||
\declaremodule{builtin}{ctb}
|
||||
|
||||
\modulesynopsis{Interfaces to the Communications Tool Box. Only the Connection
|
||||
Manager is currently supported.}
|
||||
Manager is supported.}
|
||||
|
||||
|
||||
This module provides a partial interface to the Macintosh
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Standard Module \module{FrameWork}}
|
||||
\section{\module{FrameWork} ---
|
||||
Interactive application framework.}
|
||||
\declaremodule{standard}{FrameWork}
|
||||
|
||||
\modulesynopsis{Interactive application framework.}
|
||||
|
|
|
@ -39,7 +39,8 @@ The following modules are documented here:
|
|||
\localmoduletable
|
||||
|
||||
|
||||
\section{Built-in Module \module{mac}}
|
||||
\section{\module{mac} ---
|
||||
Similar interfaces to the \module{posix} module.}
|
||||
\declaremodule{builtin}{mac}
|
||||
|
||||
\modulesynopsis{Similar interfaces to the \module{posix} module.}
|
||||
|
@ -79,7 +80,8 @@ values appended: the size of the resource fork of the file and its
|
|||
4-character creator and type.
|
||||
|
||||
|
||||
\section{Standard Module \module{macpath}}
|
||||
\section{\module{macpath} ---
|
||||
MacOS path manipulation functions.}
|
||||
\declaremodule{standard}{macpath}
|
||||
|
||||
\modulesynopsis{MacOS path manipulation functions.}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
\section{Built-in Module \module{macconsole}}
|
||||
\section{\module{macconsole} ---
|
||||
Think C's console package.}
|
||||
\declaremodule{builtin}{macconsole}
|
||||
|
||||
\modulesynopsis{Think C's console package is available using this module.}
|
||||
\modulesynopsis{Think C's console package.}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Built-in Module \module{macdnr}}
|
||||
\section{\module{macdnr} ---
|
||||
Interfaces to the Macintosh Domain Name Resolver.}
|
||||
\declaremodule{builtin}{macdnr}
|
||||
|
||||
\modulesynopsis{Interfaces to the Macintosh Domain Name Resolver.}
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
\section{Built-in Module \module{macfs}}
|
||||
\section{\module{macfs} ---
|
||||
FSSpec, the Alias Manager, \program{finder} aliases,
|
||||
and the Standard File package.}
|
||||
\declaremodule{builtin}{macfs}
|
||||
|
||||
\modulesynopsis{Support for FSSpec, the Alias Manager, \program{finder} aliases,
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Standard Module \module{ic}}
|
||||
\section{\module{ic} ---
|
||||
Access to Internet Config.}
|
||||
\declaremodule{builtin}{ic}
|
||||
|
||||
\modulesynopsis{Access to Internet Config.}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Built-in Module \module{MacOS}}
|
||||
\section{\module{MacOS} ---
|
||||
Access to MacOS specific interpreter features.}
|
||||
\declaremodule{builtin}{MacOS}
|
||||
|
||||
\modulesynopsis{Access to MacOS specific interpreter features.}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Standard Module \module{macostools}}
|
||||
\section{\module{macostools} ---
|
||||
Convenience routines for file manipulation.}
|
||||
\declaremodule{standard}{macostools}
|
||||
|
||||
\modulesynopsis{Convenience routines for file manipulation.}
|
||||
|
@ -49,7 +50,8 @@ Note that the process of creating finder aliases is not specified in
|
|||
the Apple documentation. Hence, aliases created with \function{mkalias()}
|
||||
could conceivably have incompatible behaviour in some cases.
|
||||
|
||||
\section{Standard Module \module{findertools}}
|
||||
\section{\module{findertools} ---
|
||||
Wrappers around the \program{finder}'s Apple Events interface.}
|
||||
\declaremodule{standard}{findertools}
|
||||
|
||||
\modulesynopsis{Wrappers around the \program{finder}'s Apple Events interface.}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Built-in Module \module{macspeech}}
|
||||
\section{\module{macspeech} ---
|
||||
Interface to the Macintosh Speech Manager.}
|
||||
\declaremodule{builtin}{macspeech}
|
||||
|
||||
\modulesynopsis{Interface to the Macintosh Speech Manager.}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Built-in Module \module{mactcp}}
|
||||
\section{\module{mactcp} ---
|
||||
The MacTCP interfaces.}
|
||||
\declaremodule{builtin}{mactcp}
|
||||
|
||||
\modulesynopsis{The MacTCP interfaces.}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Standard Module \module{EasyDialogs}}
|
||||
\section{\module{EasyDialogs} ---
|
||||
Basic Macintosh dialogs.}
|
||||
\declaremodule{standard}{EasyDialogs}
|
||||
|
||||
\modulesynopsis{Basic Macintosh dialogs.}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Standard Module \module{MiniAEFrame}}
|
||||
\section{\module{MiniAEFrame} ---
|
||||
Support to act as an Open Scripting Architecture server.}
|
||||
\declaremodule{standard}{MiniAEFrame}
|
||||
|
||||
\modulesynopsis{Support to act as an Open Scripting Architecture (OSA) server
|
||||
|
|
Loading…
Reference in New Issue