Dear Robert,
With the version 1.8.5 I get these errors as well. With version 1.8.4 all
looks OK.
Can you submit a bug report for this problem?
Albert
On Thu, Sep 12, 2013 at 8:16 PM, Robert Dailey wrote:
> Hey Albert thanks for looking into this. I'm using version 1.8.5 on
> Windows. I have a
Sure, bug report submitted:
https://bugzilla.gnome.org/show_bug.cgi?id=707995
Thanks Albert!!
On Thu, Sep 12, 2013 at 1:35 PM, Albert wrote:
> Dear Robert,
>
> With the version 1.8.5 I get these errors as well. With version 1.8.4 all
> looks OK.
> Can you submit a bug report for this problem?
>
Dear Robert,
I've tried your small program with version 1.8.5 and I don't get the
message, when using version 1.8.4 I get the message:
Warning: recursive call chain of \copydoc commands detected at 8
Which version do you use?
Best regards,
Albert
On Thu, Sep 12, 2013 at 4:25 PM, Robert Dailey
I find difficulty in both automatic link generation *and* @copydoc
when it comes to 'const' overloaded member methods. Example:
class foo
{
public:
Object* getObject();
Object const* getObject() const;
};
I have JAVADOC_AUTOBRIEF enabled. My documentation for the class above is:
class foo
{