1vanK

Results 52 issues of 1vanK

``` c:\Programs\Doxygen_1_9_5>doxygen.exe --version 1.9.5 (2f6875a5ca481a69a6f32650c77a667f87d25e88) ``` ``` #include /// Conm union aaaaaa { /// Ssfsdfds (aaaaaaaaaa) int aaa; /// SAdsafsdf float bbbb; }; ``` ![test](https://user-images.githubusercontent.com/13021826/192471852-e2ffd2b2-6801-4411-b49a-90789080017f.png) [DoxyTest.zip](https://github.com/doxygen/doxygen/files/9653345/DoxyTest.zip)

bug
solved in the mean time

Doxygen 1.9.5 [Multiple_using.zip](https://github.com/doxygen/doxygen/files/9895880/Multiple_using.zip) Simplified version: [simplified_version.zip](https://github.com/doxygen/doxygen/files/9895892/simplified_version.zip) ``` namespace Urho3D { using color32 = unsigned; // Multiple definitions is allowed and can be in different files using id32 = unsigned; using...

bug
C/C++
solved in the mean time