C++ Parsing abstract classes

View: New views
1 Messages — Rating Filter:   Alert me  

C++ Parsing abstract classes

by DomiOh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I hope someone could help.
Doxgen 1.6.1 does not parse C++ abstract classes like this

class BaseClass abstract
{
...
}

correctly.

It uses "abstract" as class name.
Some help out there?

Greets,
DomiOh