Classparser bugs

Denis Pershin dyp at inetlab.com
Tue Jun 15 01:43:26 BST 1999


>> Another problem is that classparser displays function twice:
>> 1. When declared
>> 2. When implemented
>
>Do you have some sample classes to display this or is it  a macro problem as
>well?

Just create 2 files.

test.h:

int test_func();

test.cpp:

int test_func() {
  go(1);
}


And you will see 2 int test_func() functions in the list.

-- 
Sincerely Yours,
Denis Y. Pershin

----------------------------------
E-Mail: dyp at inetlab.com
HomePage: http://www.software.ru/dyp/
FidoNet: 2:5000/120.5
----------------------------------



More information about the KDevelop mailing list