From: Gunther L. <gun...@gm...> - 2005-06-02 08:49:29
|
Hi! I try to use OpenC++ to dynamically insert assertions into translated source code to implement Design by Contract for C++ (Someone in this list talked about something like that last year.) Well my problem is the parsing of method and class comments. I took the verbose example to build a basic prototype. A customized "VerboseClass.exe" is generated which I use. It seems to work fine, but the "-C" commandline option is ignored (== dont remove comments). All comments are removed by the preprocessor :(, therefore calls to Class::Comments() return a null pointer ... Well is this a bug, or is comment parsing not implemented until now? Thanks in advance, Gunther |