Re: [Doxygen-users] adding doxygen comments to code

2015-06-30 Thread Ron W
On Tue, Jun 30, 2015 at 9:51 AM, woody wrote: > > How do you create the custom directives? > See: http://www.stack.nl/~dimitri/doxygen/manual/custcmd.html "@req" is just a short hand for "@par Requirements". "@range" is defined as: ALIASES += range{1}="@par Range @f[ @1 @f]" "@issue"

Re: [Doxygen-users] adding doxygen comments to code

2015-06-29 Thread Ron W
On Mon, Jun 29, 2015 at 4:32 PM, woody wrote: > The html documentation has the line numbers, as does the rtf file, so > obviously it is tracking at some level. > > I see that the call graphs are interspersed through the rtf file, but they > are not really grouped into a coherent structure. > And

Re: [Doxygen-users] adding doxygen comments to code

2015-06-29 Thread woody
Doxygen might only save the names of functions where each variable and function are referenced, but not the line numbers. The html documentation has the line numbers, as does the rtf file, so obviously it is tracking at some level. I see that the call graphs are interspersed through the rt

Re: [Doxygen-users] adding doxygen comments to code

2015-06-29 Thread Ron W
On Mon, Jun 29, 2015 at 10:58 AM, woody wrote: > > It *has* to have the information though, whether or not it organizes it. > When it scan a program, indentifies a symbol, it reports which line the > symbol is defined on. It could and should > also have an option to report ALL the lines. > Doxyg

Re: [Doxygen-users] adding doxygen comments to code

2015-06-26 Thread woody
At 01:49 AM 6/26/2015 -0400, you wrote: Woody, I would strongly disagree about adding that functionality directly into doxygen. In its normal usage, it totally should not be changing the source base, and for that to happen with just an option change. The code to add the comment frames into the

Re: [Doxygen-users] adding doxygen comments to code

2015-06-25 Thread Richard Damon
On 6/24/15 12:38 PM, woody wrote: > 1. I would like to take an undocumented package and have doxygen insert the > initial documentation into the source file. > That is, run doxygen on an undocumented package (which I have done) > and be able to tell doxygen to insert into the SOURCE FILES, the spec

[Doxygen-users] adding doxygen comments to code

2015-06-24 Thread woody
1. I would like to take an undocumented package and have doxygen insert the initial documentation into the source file. That is, run doxygen on an undocumented package (which I have done) and be able to tell doxygen to insert into the SOURCE FILES, the specific doxygen headers needed, based on w