0023217: Reference documentation of V3d_TypeOf... enums is mixed up
1) Now documentation from ENUMERATION gets after definition of enumeration
2) fix bug when documentation was lost due to empty comment "--\n"
example
---Purpose .....
--
-- some text ....
3)Added warning messages when documentation didn't attached to hxx files (when you compile occt by wok)
example ( v3d.cdl )
class AmbientLight;
---Purpose: Services of ambient light sources.
you can't find this documentation line in hxx files
now all text print to WarningMsg(), removed printf
delete commented code associated with using ListOfComments
Coding rules applied to patch
Removing output of CheckCommentListIsEmpty function