Interrupting Doxygen comment with code
perrola <[email protected]> Wed, 12 Dec 2018 07:24:36 -0700 (MST)
| Newsgroups | gmane.text.doxygen.general |
|---|---|
| Message-ID | <[email protected]> |
Hello All
Is it possible to interrupt Doxygen comment with code, so that for example,
a plant uml diagram is spread in my real code for a better link between the
diagram and the implementation ?
For example:
/**
* \brief Initialization of the component.
*
* Initialization function of the ALED component.
* \return No returned value
*
* \startuml
*/
void ALED_vidInit(void)
{
/**
* ALED->ALED : FunctionA()
*/
FunctionA();
/**
* ALED->ALED : FunctionB()
*/
FunctionB();
/**
* ALED->ALED : FunctionC()
*/
FunctionC();
}
/**
* \enduml
*
*/
Thank you for your answer
regards
--
Sent from: http://doxygen.10944.n7.nabble.com/Doxygen-Users-f3.html