summaryrefslogtreecommitdiffstats
path: root/src/condparser.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-01-12 14:00:40 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-01-12 14:00:40 (GMT)
commit6b833f052758a18fe99b20790583efac7da9eb18 (patch)
tree51384be64e598603abe7d636f1484314238fb0d0 /src/condparser.h
parent735203d07ce01c587b6807122e7a220a2c89de7d (diff)
downloadDoxygen-6b833f052758a18fe99b20790583efac7da9eb18.zip
Doxygen-6b833f052758a18fe99b20790583efac7da9eb18.tar.gz
Doxygen-6b833f052758a18fe99b20790583efac7da9eb18.tar.bz2
Incorrect type for enum struct
In case we have the simple file: ``` /// \file /// docu with nothing enum MyEnum_not { v1_0, v2_0 }; /// docu with class enum class MyEnum_cls { v1_2, v2_2 }; /// docu with struct enum struct MyEnum_str { v1_3, v2_3 }; ``` with settings: ``` QUIET=YES ALWAYS_DETAILED_SEC=YES ``` the `enum struct` is shown as `enum class` in the brief description and in the detailed description just as `enum` (the later also is the case for the `enum class).
Diffstat (limited to 'src/condparser.h')
0 files changed, 0 insertions, 0 deletions