Index: doc/theses/andrew_beach_MMath/cfalab.sty
===================================================================
--- doc/theses/andrew_beach_MMath/cfalab.sty	(revision fadfabf4834c7afc4da6f7163779e64c9b1fe8fd)
+++ doc/theses/andrew_beach_MMath/cfalab.sty	(revision 8cd34e945465268851916b79a587b1e73899b18c)
@@ -23,7 +23,9 @@
 % space and '{}<whatever-follows>' to force remove one.
 %
+% \CFA
 % Cforall with the forall symbol.
 \newrobustcmd\CFA{\textsf{C\raisebox{\depth}{\rotatebox{180}{A}}}\xspace}
-% C++ with kerning. You may optionally append a standard number.
+% \Cpp[<std>]
+% C++ symbol name. You may optionally provide <std> to specify a standard.
 \newrobustcmd\Cpp[1][\xspace]{C++#1}
 
@@ -45,5 +47,8 @@
 \newcommand*\colour[2]{{\color{#1}#2}}
 
-% \code*{<code>}
+% \codeCFA{<code>}
+% \codeC{<code>}
+% \codeCpp{<code>}
+% \codePy{<code>}
 % Use the listings package to format a snipit of <code>.
 \newrobustcmd*\codeCFA[1]{\lstinline[language=CFA]{#1}}
@@ -52,4 +57,6 @@
 \newrobustcmd*\codePy[1]{\lstinline[language=Python]{#1}}
 
+% \begin{cfa}[<options>]
+% \end{cfa}
 % Use the listings package to format a block of CFA code.
 % Extra listings options can be passed in as an optional argument.
