Re: [Doxygen-users] Using a tag file to document just a C++ member function
Brought to you by:
dimitri
|
From: Dimitri v. H. <do...@gm...> - 2006-02-14 13:17:26
|
I don't understand what you are try to do. Perhaps an example will help. Regards, Dimitri On 2/3/06, Martin Knapp-Cordes <ma...@ma...> wrote: > > Hello, > > Question: Can one use a tag file to get the documentation for > just a member function of a C++ class? > > Here is the situation. Output is HTML. Version is 1.4.5. > > We autogenerate our C++ headers from the source including > exported headers across 'modules'. The exported headers are > our published APIs. I would like to document our member > functions including parameters with the member definition, > not in the class declaration. So the Doxygen comments for > the member functions are not currently in the autogenerated > exported header. Currently, I have fully documented only a > part of the 'module'. I have generated a tag file for that > piece which includes complete documentation for all member > functions for this part. Now I want to just run Doxygen on > just the exported header separately. Doxygen appears to > find the tag file. There are no tag reading errors in the > diagnostic output. It definitely finds the file, because I > was getting an error until I fixed things. But there is no > documentation for those member functions. The links are dark. > The Doxygen comments that get put in the exported header > appear to produce the right output. The exported header > starts with a \file comment. > > Am I doing something wrong or is this capability simply > not supported? > > If you need more information please let me know. > > Sincerely, > Martin Knapp-Cordes > > --------------------------------------------------------------- > | Martin Knapp-Cordes ma...@ma... | > | The MathWorks, Inc. http://www.mathworks.com | > | 3 Apple Hill Drive Natick, MA 01760 | > | Tel: (508) 647-7321 Fax: (508) 647-7015 | > --------------------------------------------------------------- > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |