Olivier,
Which version of doxygen are you using?
Can you provide a small project (the 3 source files and the used Doxyfile)
to reproduce the problem?
Albert
On Wed, Sep 30, 2015 at 8:53 AM, Olivier Couet <Oli...@ce...>
wrote:
> Any idea about this one ?
>
>
> On 28 Sep 2015, at 08:28, Olivier Couet <oli...@ce...> wrote:
>
> Hi,
>
> We have a C++ class called: *TFile*
>
> The C++ source file is in:* /roottrunk/io/io/src/TFile.cxx*
> The header is in : */roottrunk/io/io/inc/TFile.h*
>
> We have also an extra TFile.h in: */roottrunk/io/io/v7/inc/ROOT/TFile.h*
>
>
> *STRIP_FROM_INC_PATH* is left blank (in *Doxyfile*), we get the following
> lines a the end of the file *classTFile.html*
> generated by doxygen:
>
> ------
> The documentation for this class was generated from the following files:
>
> - io/io/inc/TFile.h
> - io/io/src/TFile.cxx
>
> ------
>
> If instead we put the following paths in *STRIP_FROM_INC_PATH *(in
> *Doxyfile*)
>
> */roottrunk/io/io/inc*
> */roottrunk/io/io/v7/inc*
>
> we get the following lines a the end of the file *classTFile.html *generated
> by doxygen
>
> ------
> The documentation for this class was generated from the following files:
>
> - io/io/v7/inc/ROOT/TFile.h
> - io/io/src/TFile.cxx
>
> ------
>
> so it seems doxygen gets confused and pick the wrong include file.
>
> Can you explain ?
>
> Cheers, Olivier
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Doxygen-users mailing list
> Dox...@li...
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Doxygen-users mailing list
> Dox...@li...
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>
>
|