Hi Fabian,

Doxygen has the possibility to write the output to the terminal: doxygenb
-g -
like is written in the help  when issueing doxygen --help:
1) Use doxygen to generate a template configuration file:
    doxygen [-s] -g [configName]

    If - is used for configName doxygen will write to standard output.


The diff command would also be a bit different, more like:
doxygen -g - | diff - Doxyfile


Albert

On Wed, Jun 3, 2015 at 11:30 AM, Fabian Cenedese <cened...@indel.ch> wrote:

> Hi
>
> Maybe I'm imagining things but I had the impression that
> there is a command line switch that would let doxygen
> print the changes in the given config file compared to the
> default as generated by -g. Something like
>
> diff (doxygen -g) MyDoxyFile
>
> But I don't see anything in the --help output nor on the
> doxygen website. Is this an undocumented parameter?
> Or wishful thinking?
>
> Thanks
>
> bye  Fabi
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Doxygen-users mailing list
> Doxygen-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>
------------------------------------------------------------------------------
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to