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

Subject: Re: [Boost-docs] Using Boostbook from within Doxygen
From: Paul A. Bristow (pbristow_at_[hidden])
Date: 2009-07-31 10:15:18


> -----Original Message-----
> From: boost-docs-bounces_at_[hidden] [mailto:boost-docs-
> bounces_at_[hidden]] On Behalf Of Rene Rivera
> Sent: 31 July 2009 00:56
> To: Discussion of Boost Documentation
> Subject: Re: [Boost-docs] Using Boostbook from within Doxygen
>
> 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.

This doesn't appear to do the trick - but I'll experiment further and RTFM
more carefully.

I note that the " ... " doesn't appear. So is the > causing it to stop?

Paul


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