GNOME Bugzilla – Bug 612858
Doxygen takes a NON-INLINE template function for INLINE one mistakenly.
Last modified: 2012-11-18 11:12:59 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".
Confirmed. Should be corrected in the next subversion update.
Thanks a lot!
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.