After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 622749 - \copydoc doesn´t work as \copybrief + \copydetails
\copydoc doesn´t work as \copybrief + \copydetails
Status: RESOLVED DUPLICATE of bug 511906
Product: doxygen
Classification: Other
Component: build
unspecified
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-06-25 17:04 UTC by Adolfo Di Mare
Modified: 2012-11-18 11:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
C++ code where [ \copydoc doesn´t work as \copybrief + \copydetails ] (1.82 KB, application/force-download)
2010-06-25 17:04 UTC, Adolfo Di Mare
Details

Description Adolfo Di Mare 2010-06-25 17:04:43 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
               ///
Comment 1 Dimitri van Heesch 2011-12-28 10:21:04 UTC
Confirmed. Should be fixed in the next subversion update.

*** This bug has been marked as a duplicate of bug 511906 ***