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"
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
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
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
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
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
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