Doxygen: folder in file list has file icon

Created on 20 Mar 2020  ยท  4Comments  ยท  Source: doxygen/doxygen

I have the following scenario:

C:.
โ”‚   Doxyfile
โ”‚
โ””โ”€โ”€โ”€a
    โ”‚   dummy.hpp
    โ”‚   README.md
    โ”‚
    โ””โ”€โ”€โ”€aa
        โ”‚   README.md
        โ”‚
        โ””โ”€โ”€โ”€aaa
                README.md

In each README.md I have a \dir . documentation for that directory. Generating the documentation for that (EXTRACT_ALL, RECURSIVE; see Doxyfile).

In the resulting file page the directoy aaa has a file icon.

grafik

I consider this a bug.


Setup:

  • doxygen version 1.8.17 (b5fa3cd1c6e6240e20d3b80a70e3f04040b32021*)
  • Windows 10 64bit
  • Doxyfile
HTML bug

All 4 comments

I can see the issue, but it took me some time to reproduce it as at first I missed the dummy.hpp, even though all relevant information is present, for the future:

  • please attach a, small, self contained example (source+configuration file in a tar or zip) that allows us to reproduce the problem? Please don't add external links as they might not be persistent.

Full example: example.tar.gz

I've just pushed a proposed patch, pull request #7654

Code has been integrated in master on github (please don't close the issue as this will be done at the moment of an official release).

This issue was previously marked 'fixed but not released',
which means it should be fixed in doxygen version 1.8.18.
Please verify if this is indeed the case. Reopen the
issue if you think it is not fixed and please include any additional information
that you think can be relevant (preferably in the form of a self-contained example).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lrineau picture lrineau  ยท  7Comments

tttapa picture tttapa  ยท  6Comments

eseiler picture eseiler  ยท  4Comments

aster94 picture aster94  ยท  3Comments

eseiler picture eseiler  ยท  3Comments