jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

doxygen: documenting methods not defined by us #275

Closed tap closed 10 years ago

tap commented 10 years ago

We have some cases where we are using methods not defined by our class but instead by the superclass. For example TTValue is a subclass of std::vector in the standard library. Thus it has a size() and resize() method, but we don't actually define those methods.

Is there a way to document them?

nwolek commented 10 years ago

Found answer here: http://stackoverflow.com/questions/10171737/how-to-change-function-description-in-derived-class-with-doxygen

Doxygen settings should now enable this after commit I made 13 May on Jamoma umbrella repository.

See how I did this for size() & resize() on commit a79d7b6