After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 612858 - Doxygen takes a NON-INLINE template function for INLINE one mistakenly.
Doxygen takes a NON-INLINE template function for INLINE one mistakenly.
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
unspecified
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-03-14 11:52 UTC by gnome_bugzilla
Modified: 2012-11-18 11:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description gnome_bugzilla 2010-03-14 11:52:46 UTC
Overview:
Doxygen takes a NON-INLINE member function of a class template for INLINE one mistakenly.
Doxygen also takes a NON-INLINE template function for INLINE one mistakenly.
This behavior may be a bug.

Steps to Reproduce:
Please make Doxygen produce documents from the following URL.
http://codepad.org/MhLgQ74K

Actual Results:

(ex.)
template <class T> int bar(const T arg);
is NOT declared with an inline function specifier, 
but Doxygen says "bar is inline function".
Comment 1 Dimitri van Heesch 2010-04-12 13:47:27 UTC
Confirmed. Should be corrected in the next subversion update.
Comment 2 gnome_bugzilla 2010-04-12 21:58:47 UTC
Thanks a lot!
Comment 3 Dimitri van Heesch 2010-06-15 11:21:39 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.0. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.