Re: [Boost-docs] How to use the function tag?

Subject: Re: [Boost-docs] How to use the function tag?
From: Daniel James (daniel_james_at_[hidden])
Date: 2009-12-18 13:16:10


2009/12/17 Eric Böse-Wolf <eric_at_boese-wolf.eu>:
> Hi All!
> I try to document a small code snippet and wanted to do it "right"
> (tm). If I try to process the following document with the boostbook ->
> docbook xsl stylesheet, the function tag is spit out unchanged.
> Later on the docbook -> html stylesheet complains about not knowing the
> template and paramtype tags and so on. How can I do it correctly?

I think the reference information has to be inside a 'header' element. ie.

<library-reference>
<header name="myheader.hpp">
<function ...>
    ...
</function>
</header>
<header ...>
   ...
</header>
</library-reference>

Daniel


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC