Lots of cleanups as BoostBook becomes more strict

[SVN r17871]
This commit is contained in:
Douglas Gregor
2003-03-13 00:29:57 +00:00
parent eb14b70c9c
commit b54e9df555

View File

@ -127,7 +127,10 @@
<typedef name="..."/>
<typedef name="argN_type"><type>TN</type></typedef>
<static-constant type="int" name="arity" value="N"/>
<static-constant name="arity">
<type>int</type>
<default>N</default>
</static-constant>
<constructor>
<postconditions><simpara><code>this-><methodname>empty</methodname>()</code></simpara></postconditions>
@ -311,7 +314,10 @@
<typedef name="..."/>
<typedef name="argN_type"><type>TN</type></typedef>
<static-constant type="int" name="arity" value="N"/>
<static-constant name="arity">
<type>int</type>
<default>N</default>
</static-constant>
<constructor>
<postconditions><simpara><code>this-><methodname>empty</methodname>()</code></simpara></postconditions>