Re: [Doxygen-users] Link Requirements to implemented function
Brought to you by:
dimitri
|
From: Ron W <ron...@gm...> - 2020-08-14 20:11:22
|
On Fri, Aug 14, 2020 at 8:13 AM <dox...@li...> wrote: > Date: Thu, 13 Aug 2020 14:22:39 +0000 (UTC) > From: sidharth guria <sid...@ya...> > Subject: [Doxygen-users] Link Requirements to implemented function > > 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 > > [...] > > 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) > > How can this be done in Doxygen?? > The @xref command should do what you need. |