]> OCCT Git - occt-wok.git/commit
0023217: Reference documentation of V3d_TypeOf... enums is mixed up
authorilv <ilv@opencascade.com>
Tue, 6 Nov 2012 14:14:37 +0000 (18:14 +0400)
committeribs <ibs@opencascade.com>
Tue, 20 Nov 2012 07:13:21 +0000 (11:13 +0400)
commitbc54df1678fe565223457269425d31de12171489
tree136dd9309af35a12464b93f3c913ce8ff92a9fc5
parent2d95584468b855b99d8681b1fb7112db356eb2ad
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
src/CDLFront/CDL.lex
src/CDLFront/CDL.tab.c
src/CDLFront/CDL.tab.h
src/CDLFront/CDL.yacc
src/CDLFront/CDLFront.cxx