[Doxygen-users] Link Requirements to implemented function
Brought to you by:
dimitri
|
From: sidharth g. <sid...@ya...> - 2020-08-13 14:23:07
|
Hello,
I am working on a project which is implemented in C and the requirements are documented.I have managed to create a 'Requirement Implementation' page taking reference from :Custom tags with Doxygen
|
|
|
| | |
|
|
|
| |
Custom tags with Doxygen
I am trying to figure out if there is a way to create a custom tag using Doxygen. I did find the ALIAS configura...
|
|
|
In the page, it lists all the functions and which requirement they satisfy, which is good.
What I want is a page, in which it lists the Requirements and shows where they are implemented ( preferably, a link to the function)
For example, in the code I have ---
/// @req{req01}FUNC1 (a,b){ ...}/// @req{req02}FUNC2 (e,f){ ...}
/// @req{req01}FUNC3 (c,d){ ...}
What I would like to generate is ---
Req01 Implemented in FUNC1, FUNC3
Req02 Implemented in FUNC2
How can this be done in Doxygen?
RegardsAwordSid_______________________________________________
Doxygen-users mailing list
Dox...@li...
https://lists.sourceforge.net/lists/listinfo/doxygen-users
|