David W - 2015-08-10

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?