In my doxygen markup I want to include the same piece of text in many class descriptions. A classic case for an included file, I would have thought. I have tried \include (together with specifying EXAMPLE_PATH), but this applies some formatting to the included file which I do not want (it seems to expect the content to be code).
Is there a simple text include facility for doxygen markup?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In my doxygen markup I want to include the same piece of text in many class descriptions. A classic case for an included file, I would have thought. I have tried \include (together with specifying EXAMPLE_PATH), but this applies some formatting to the included file which I do not want (it seems to expect the content to be code).
Is there a simple text include facility for doxygen markup?