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 608480 - [+PATCH] \dir command don't work to current directory
[+PATCH] \dir command don't work to current directory
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-01-29 19:22 UTC by itroot
Modified: 2010-02-24 15:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
path to fix this bug (1.01 KB, patch)
2010-01-29 19:22 UTC, itroot
none Details | Review

Description itroot 2010-01-29 19:22:11 UTC
Created attachment 152600 [details] [review]
path to fix this bug

If I create doxygen comment like:


//-- test.cpp --
/**
 * \dir
 * Bla bla bla - this is documentation.
 */
//==============


I got nothing. But i want to link this documentation to _current_ directory.
So, I'm attaching the patch, that fixes it.
Comment 1 itroot 2010-01-29 19:32:35 UTC
When I say "current directory" I mean directory where while with this comment is located.
Comment 2 Dimitri van Heesch 2010-02-15 19:43:32 UTC
I'll include you patch in the next subversion update.
Comment 3 Dimitri van Heesch 2010-02-21 12:57:43 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.6.3. 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.
Comment 4 itroot 2010-02-24 15:44:18 UTC
Thanks, checked the release - it is works now.