Fabian,
There is, to the best of my knowledge, no such switch. There is the option
-s which only outputs the options and some comment, but you are probably
not hinting at this option.
Best Regards,
Albert
On Wed, Jun 3, 2015 at 12:17 PM, Fabian Cenedese <Cen...@in...> wrote:
> At 11:55 03.06.2015, Albert wrote:
> >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
>
> I know these switches but I had the impression that there is a
> doxygen switch that also does the diff. That could be useful for
> e.g. mailinglists to not have to send the whole config file but
> only the necessary changes. Especially on Windows where
> a command line diff is not readily available.
>
> bye Fabi
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Doxygen-users mailing list
> Dox...@li...
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>
|