$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-07-17 05:13:16
Kai Brüning wrote:
> Joel and Eric, your QuickBook doc
> (http://www.boost.org/doc/html/quickbook.html) seems to be
> incomplete. At least I am missing keywords like super, alpha or
> template. Is there a complete syntax guide somewhere or should I look
> at the source as definitive references?
No you should RTM :-)
"template" is documented under "block level elements -> templates" and
super/alpha should you ever see them are implemented as templates in the
docs they are used in - although at some point they may get moved into
quickbook itself, given that they are generally useful.
John.