Re: [Boost-docs] Using Boostbook from within Doxygen

Subject: Re: [Boost-docs] Using Boostbook from within Doxygen
From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2009-07-30 23:56:27


Paul A. Bristow wrote:
> For example this line
>
> std::string title_document_; //!< SVG document title (for header as
> \verbatim <title> ... <\title> \endverbatim).
>
> Appears in the html as:
>
> void document_title(const std::string d) ;
>
> Set document title for the document (for header as <title>).
>
> And in the pdf as:
>
> void document_title(const std::string d) ;
> Set document title for the document (for header as <title>).
>
> So it loses the expected "... <\title>" in both - and I expected it to
> appear the same in both html and pdf (perhaps wrongly).
>
> I'd also like to fix this ;-)

Perhaps you can try escaping the "\" in "<\title>" somehow? My suspicion
being that it's not smart enough to match the close with the same tag.
SO it just stops at the first tag looking thing.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org (msn) - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim,yahoo,skype,efnet,gmail

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