TEST 1
Copydoc behaviours

Test 2 linked as subpage Test 2

Test 3 linked as subpage Test 3

Rendering of copydetails

Text of section 1. Follow "copydetails" from Test 2 and 3 pages in separate peragraphs

This is page test2.

Text in between

A brief description of test 3.

This is page "Test 3".

And this text is below the previous one.
Carriage return!

Now the same operation without any new line in between

This is page test2.

A brief description of test 3.

This is page "Test 3".

And this text is below the previous one.
Carriage return!

A list made of "copydetails"

  • First entry
  • This is page test2.

  • A brief description of test 3.

    This is page "Test 3".

    And this text is below the previous one.
    Carriage return!

  • Ending

Rendering of copybrief

A list with brief descriptions

Attached "copybrief" / / /

New-line separated "copybrief"

Source code

test1

/**
\mainpage   Copydoc behaviours

Test 2 linked as subpage \subpage id_test2

Test 3 linked as subpage \subpage id_test3


\section id_1    Rendering of copydetails

Text of section 1. Follow "copydetails" from Test 2 and 3 pages in separate peragraphs

\copydetails id_test2

Text in between

\copydetails id_test3

Now the same operation without any new line in between
\copydetails id_test2
\copydetails id_test3

A list made of "copydetails"

-	First entry
-	\copydetails  id_test2
-	\copydetails  id_test3
-	Ending


\section id_2    Rendering of copybrief

A list with brief descriptions
-	First
-	\ref id_test2. \copybrief id_test2
-	\ref id_test3. \copybrief id_test3
-	\ref id_test4. \copybrief id_test4
-	Last

Attached "copybrief"
\copybrief id_test2 /
\copybrief id_test3 /
\copybrief id_test4 /

New-line separated "copybrief"

\copybrief id_test2

\copybrief id_test3

\copybrief id_test4


\section id_x	Source code

test1
\verbinclude "test1.doxy"

test2
\verbinclude "test2.doxy"

test3
\verbinclude "test3.doxy"

*/

test2

/**
\page   id_test2   Test 2
This is page test2.

*/

test3

/**
\page   id_test3   Test 3
A brief description of test 3.

\details

This is page "Test 3".

And this text is below the previous one.
\n Carriage return!

\section id_4   Section inside Test 3 page

Section text

*/