I am creating my documentation using doxygen and enabled the INHERIT_DOCS
option. This works fine for normal methods. The documenation of the base class will apear in the class the re-implements the method.
However, if I do the same for signals or slots, doxygen won't inherit the doc, the members appear but stay undocumented.
Am I missing something or is that a bug? Thanks for your help.