Re: [Boost-docs] Support for doxygen copydoc

Subject: Re: [Boost-docs] Support for doxygen copydoc
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-11-26 04:59:15


AMDG

Eric Niebler wrote:
> Steven Watanabe wrote:
>> When I use \copydoc in doxygen/boostbook documentation,
>> doxygen inserts <copydoc></copydoc> around the text, which
>> Boostbook doesn't like. The attached patch strips this off in the
>> Doxygen to Boostbook conversion. Okay to commit?
>
> I don't know what copydoc is for, but I don't object in principle.

copydoc takes the documentation for one entity and duplicates it
for another entity.

/** some documentation */
class A {};

/** @copydoc A */
class B {};

In Christ,
Steven Watanabe


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