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 682550 - \copydoc and related commands not preserving paragraphs separation
\copydoc and related commands not preserving paragraphs separation
Status: RESOLVED DUPLICATE of bug 691315
Product: doxygen
Classification: Other
Component: general
1.8.2
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-08-23 15:41 UTC by Fabrizio Da Ros
Modified: 2013-01-13 21:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Fabrizio Da Ros 2012-08-23 15:41:16 UTC
Hi,

Given a source file 
/**
\page   id_test3   Test 3
\details

DETAILED description of page 3

And this text is below the previous one.

Another paragraph 
\n a Carriage return!
*/

when its content is inserted into another file, as the example below

/**
\mainpage   Testing \\copy command to compose a page from different source files
\brief
Mainpage BRIEF description

\section id_1    One - Plain text

Follow `\copydetails id_test3`: \copydetails id_test3
*/

the text of the 3 paragraphs are all attached together. The rendering of the stand alone page is correct, but not its copy
Simulation of result inside mainpage
~~~
Follow \copydetails id_test3: DETAILED description of page 3And this text is below the previous one.Another paragraph
a Carriage return!
~~~~

I was expecting to see the 3 paragraphs inside the mainpage copy rendered as they appear in id_test3 as stand alone (actually v1.7.6.1 was doing it).

Thanks
Comment 1 Dimitri van Heesch 2013-01-13 21:10:09 UTC

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