To document my project I have several files (.doxy) that contain only documentation, no code at all.
The basic structure is
/**
\page id_1 PAGE_1
*/
I then create a page hierarchy expliting \subpage.
My problem
1) I would like to have 2 separate .doxy file with their own content (facilitate Version Control System management)
2) have a 3rd .doxy with its content
3) have doxygen including the content of the pages at point (1) into precise point of the 3rd page.
I've tried with \copydoc (with page id) but it does not produce the expeced result.
Is there a way to properly do it? I would like the same kind of result \include is capabale of do except that the content should be interpreted as doxygen documentation and not code.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
To document my project I have several files (.doxy) that contain only documentation, no code at all.
The basic structure is
/**
\page id_1 PAGE_1
*/
I then create a page hierarchy expliting \subpage.
My problem
1) I would like to have 2 separate .doxy file with their own content (facilitate Version Control System management)
2) have a 3rd .doxy with its content
3) have doxygen including the content of the pages at point (1) into precise point of the 3rd page.
I've tried with \copydoc (with page id) but it does not produce the expeced result.
Is there a way to properly do it? I would like the same kind of result \include is capabale of do except that the content should be interpreted as doxygen documentation and not code.
Thanks!