[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-kdoc
Subject:    KDOC and forward declarations
From:       René Møller Fonseca <fonseca () mip ! sdu ! dk>
Date:       2000-11-05 20:46:00
[Download RAW message or body]

Hi,

It would be nice if KDOC completely ignored forward declarations of
classes (C++). Currently, KDOC will use the first comment found (I
think). I guess the same should be true for structures and so on.

/**
  This is a forward declaration. This comment should be ignored.
*/
class Foo;

/**
  This is the class declaration. This comment should be used in the
documentation.
*/
class Foo {
public:
};

René

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic