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 <albert.te...@gmail.com> 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?
>
> Albert
>
>
>
>
> On Thu, Sep 12, 2013 at 8:16 PM, Robert Dailey <rcdailey.li...@gmail.com>
> wrote:
>>
>> Hey Albert thanks for looking into this. I'm using version 1.8.5 on
>> Windows. I have attached a sample for you, slightly different from
>> what I typed to you earlier. The archive includes
>>
>> - Generated HTML output from doxygen (console_htmldocs folder)
>> - main.cpp, which contains the 'foo' class that needs to be parsed by
>> doxygen.exe
>> - Doxygen configuration file (in the console_htmldocs folder)
>> - An image file that is used as part of my doxygen config
>>
>> The output I get when I run doxygen is:
>>
>> 3>C:/Work/rdailey-hp/dpd/console/console.cpp(13): warning: Found
>> recursive @copybrief or @copydoc relation for argument 'get()'.
>> 3>C:/Work/rdailey-hp/dpd/console/console.cpp(13): warning: Found
>> recursive @copybrief or @copydoc relation for argument 'get()'.
>> 3>C:/Work/rdailey-hp/dpd/console/console.cpp(13): warning: Found
>> recursive @copydetails or @copydoc relation for argument 'get()'.
>>
>> On Thu, Sep 12, 2013 at 11:22 AM, Albert <albert.te...@gmail.com> wrote:
>> > 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
>> > <rcdailey.li...@gmail.com>
>> > wrote:
>> >>
>> >> 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
>> >> {
>> >> public:
>> >>   /// Some brief documentation.
>> >>   /// @return Returns the object.
>> >>   Object* getObject();
>> >>
>> >>   /// @copydoc foo::getObject() const
>> >>   Object const* getObject() const;
>> >> };
>> >>
>> >> The warning I get from Doxygen is:
>> >>
>> >> warning: Found recursive @copybrief or @copydoc relation for argument
>> >> 'foo::getObject()'.
>> >>
>> >> What is the proper way to reference functions overloaded by const?
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> How ServiceNow helps IT people transform IT departments:
>> >> 1. Consolidate legacy IT systems to a single system of record for IT
>> >> 2. Standardize and globalize service processes across IT
>> >> 3. Implement zero-touch automation to replace manual, redundant tasks
>> >>
>> >>
>> >> http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
>> >> _______________________________________________
>> >> Doxygen-users mailing list
>> >> Doxygen-users@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>> >
>> >
>
>

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to