Bug 406850

Summary: Undocumented classes are missing in api doc
Product: [Frameworks and Libraries] frameworks-kapidox Reporter: Andrey Bondarenko <abone27>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: REPORTED ---    
Severity: wishlist CC: xzekecomax
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed In:

Description Andrey Bondarenko 2019-04-24 17:00:22 UTC
API doc generated by kapidox_generate does not include class, if it does not have doxygen comment block. 

This is configured in Doxyfile.global with HIDE_UNDOC_CLASSES = YES option. The option was imported from monolithic kdelibs 5 years ago and was not changed in kdelibs 4.x for 13 years. Looks like it was generated by Doxygen by default, at least I don't see any reason for this neither in comments nor in git history.

Is there any reason for hiding undocumented classes in open source code? Many  classes in frameworks does not have full documentation (KTcpSocket for example). It will not change any time soon. Such classes are not dead, they are used in many other places. Lack of any api doc even automatically generated one makes studying API much harder.

I think Doxyfile.global should include HIDE_UNDOC_CLASSES = NO or even EXTRACT_ALL = YES
Comment 1 Christoph Feck 2019-05-14 19:37:34 UTC
*** Bug 217529 has been marked as a duplicate of this bug. ***