GNOME Bugzilla – Bug 622749
\copydoc doesn´t work as \copybrief + \copydetails
Last modified: 2012-11-18 11:10:58 UTC
Created attachment 164638 [details] C++ code where [ \copydoc doesn´t work as \copybrief + \copydetails ] I tried to include the documentation of the base class into the derived class using \copydoc but I discovered that it doesn´t work as I expected, because the brief description of each method is not included in the documentation for the derived class [in the section named "Public Member Functions"]. I wrote a small example of this apparent malfunction [I didn´t include it into your automated bug reporting because I don´t know how to use it]. Please examine the enclosed files: - noCopyDoc.cpp ==> source code - noCopyDoc.dxg ==> configuration file - USAGE: C:\DIR\SubDir> doxygen noCopyDoc.dxg I´m using Windows. Thank you! Adolfo ///
Confirmed. Should be fixed in the next subversion update. *** This bug has been marked as a duplicate of bug 511906 ***