Eve-ning / vsrg

a c++ static library for vsrg
https://twitter.com/dev_evening
2 stars 0 forks source link

Document inherited virtual functions neatly #13

Open Eve-ning opened 4 years ago

Eve-ning commented 4 years ago

Despite the code working well, I think it'll be beneficial if virtual methods, overridden or not, be documented on the end of every class

Class {

// classSpecificFunctions

// Overridden
// overriddenFunction() override

// Inherited
// inheritedFunction
}
Eve-ning commented 4 years ago

Will do this after everything has settled, it's a bit confusing to do in the midst