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 790788 - Doxygen not showing the public, non-static member function
Doxygen not showing the public, non-static member function
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: documentation
1.8.13
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2017-11-24 13:11 UTC by Arda Aytekin
Modified: 2017-12-25 18:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Minimal working example of the implementation file. (1.66 KB, text/x-c++src)
2017-11-24 13:11 UTC, Arda Aytekin
Details

Description Arda Aytekin 2017-11-24 13:11:41 UTC
Created attachment 364326 [details]
Minimal working example of the implementation file.

As I have summarized in the [SO link][link], doxygen has trouble parsing the documentation in the attached .cpp file. More precisely, it generates the documentation up to the constructors, and fails with the public member functions.

I hope this bug could be solved.

Best,

[link]: https://stackoverflow.com/q/47460508/4720025
Comment 1 Dimitri van Heesch 2017-12-25 12:14:52 UTC
Confirmed. Should be fixed in a next GitHub commit.
Comment 2 Dimitri van Heesch 2017-12-25 18:43:52 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.14. 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 (preferably in the form of a self-contained example).