[Doxygen-users] Include image in Doxygen documentation
Brought to you by:
dimitri
From: <ma...@eg...> - 2003-06-03 15:59:49
|
I'm want to include an image in a comment of fonction. For that, I use the spécial command \image and I include the image file i want to include in my comment of fonction. But when i compile with doxygen, all the comments i've put after including the image is centered and bold for the HTML file and disappear in the RTF output and the LaTeX output. Is there a command which say that after includinf an image and if there are an empty line we continue the comment of the fonction. if i put the command \brief after including image, this one is not taken into account. This is an example of the comment i've before my fonction : /// \brief /// \b Description : /// Description of the function. /// /// \image html image.jpg /// \image latex image.eps "My image" width=10cm /// /// The rest of my description of my function /// /// @param ... /// /// \n\n /// \b History /// Date void MyFunction(int x, int y) { x = y; } I don't know how have correctly the rest of the description. I have another problem : after the param, when i want to aligne the History with the parameter or the description, the History is align with the variable or the return (do you understand me ?) Thanks, Marine |