1vanK
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; }; ```  [DoxyTest.zip](https://github.com/doxygen/doxygen/files/9653345/DoxyTest.zip)
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...