[Doxygen-users] Bug report, inheritance problem and wishes
Brought to you by:
dimitri
|
From: <arj...@wi...> - 2002-01-22 11:38:49
|
> Hi all
>
> With my Update from version 1.2.10 to 1.2.13.1 (Windows and Linux) I've
> now inheritance problems
>
> With the following code (taken from CommonC++ Lib)
>
> class TCPStream : public Socket, public std::streambuf, public
> std::iostream
> {
> ....
> }
>
> Doxygen doesn't show in the dependency graph the streambuf and the
> iostream class, the reason seams to be that they are not in the same
> library.
>
> The dependency of the following class is correct presented, both classes
> are in the same lib.
>
> class UDPDuplex : public UDPTransmit, public UDPReceive
> {
> ...
> }
>
> I haven't found a new switch or something, so could this be a bug ?
>
> With the Option INLINE_SOURCES=YES it is possible to include the body of a
> function, but if the Option SEARCH_INCLUDES=YES is set the included body
> disappear. This happens also with the version 1.2.10.
> Is this a bug ?
>
> With the external references it is possible to include links to other
> lib's but it seams only in the function calls. Is it possible to inlude
> this also to the dependency graph and the file-inclusion ?
>
> Kind regards
> arjan
|