Closed
Description
Describe the bug
I have something like this
extern "OldAsmCall" {
void func1();
void func2();
}
in my sources (old VDSP compiler). Doxygen parse this as extern variable OldAsmCall
with intializer { void func1()
and normal function void func2()
extern "C" { } or "C++" do parsed normally
Expected behavior
Expected to see extern void func1() and extern void func2()
Version
Tested 1.9.2