I generated the kmymoney2 Doxygen files and there were a slew of errors, some of which resulted in incorrect or missing documentation. I haven't fixed all by a long way, but I've run out of spare time and would like to contribute my Doxygen fixes so far.
There should be no change which results in any change to generated code. There is only one source file which required any code changes at all, and that involved just adding semicolons to some functions. These changes are isolated in the second patch file for easy review.
The first and largest patch contains only changes to the comments. It should improve the KDChart class documentation and be a base for further work. I'd be grateful if you could consider applying this as a contribution towards helping potential developers with documentation.
Doxygen fixes in KDchart - non-code changes
Doxygen fixes in KDchart - code changes
Thank you very much for your contribution.
Some background: the KDChart library is a straight copy from the KDE source tree we keep until we have a tighter integration with KOffice. In KDE3 one needs to install half of the KOffice packages just to get the charting library from binary packages. This was the main reason to have a copy of the library code in our own source tree.
Since we don't maintain the code we therefore try not to touch it. As a consequence, we will not add your patches to the repository - we leave them here for those interested as they are valuable.
Please feel free to point the original authors of the library to the patches here.