azizk/dil

const not recognized in doc generation if put after a method

Trass3r opened this issue · 1 comments

class Foo
{
void bar() const {}
}

const is included in the docs if put before the method but not if put after it.

Fixed in: