Unfortently it doesn't work for me. Problem is that in this case the doxygen image macro doesn't work.
Example:
/*
A test class. A more elaborate class description.
     <table border="0">
        <tr>
            <td width="200">@MyWidget.png</td>       <- HTML works but image macro is processed as text
            <td>
                Information about MyWidget.
            </td>
        </tr>
    </table>
*/
 
My preferred solution would be (but I know it is not exist):
File A:
/*
/copy MyWidget
A test class. A more elaborate class description.
     <table border="0">
        <tr>
            <td width="200">@MyWidget.png</td>
            <td>
                Information about MyWidget.
            </td>
        </tr>
    </table>
/endcopy MyWidget
*/
 
File B:
/*
/paste MyWidget
*/
 
Gesendet: Donnerstag, 16. Mai 2013 um 01:59 Uhr
Von: damien.watk...@csiro.au
An: a1...@gmx.net
Cc: doxygen-users@lists.sourceforge.net
Betreff: RE: [Doxygen-users] Is there a special command like /textinclude

\verbinclude <file-name>

This command includes the file <file-name> verbatim in the documentation. The command is equivalent to pasting the file in the documentation and placing \verbatim and \endverbatim commands around it.

Files or directories that doxygen should look for can be specified using the EXAMPLE_PATH tag of doxygen's configuration file.

 

Will this work for you?

 

From: Torsten Hees [mailto:a1...@gmx.net]
Sent: Wednesday, 15 May 2013 7:33 PM
To: doxygen-users@lists.sourceforge.net
Subject: [Doxygen-users] Is there a special command like /textinclude

 

Hello,

 

I'm looking for a function like /htmlinclude or /include but without the restriction that there are added things like /code /endcode. I want that only all the text inside of the included file is paste on the place where the include is.

 

My aim is to have a top level description about a widget in a txt file that is a part of my detail description and I can use the same toplevel description to create a page for an overview of all widgets. I don't want to use /ref, because I want that the user can read all in one page to give a good overview.

 

Any ideas?

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to