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 658896 - file URL parsing problem.
file URL parsing problem.
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.5.1
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-09-13 10:16 UTC by Andriy Golovnya
Modified: 2011-12-03 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
file url bug demo (21.79 KB, application/octet-stream)
2011-09-13 10:16 UTC, Andriy Golovnya
Details

Description Andriy Golovnya 2011-09-13 10:16:56 UTC
Created attachment 196347 [details]
file url bug demo

Hi All,

I met a problem during documenting my code.

If I add a define in form shown below the html documentation output gets corrupted or lost.
#define APP_SVN_URL		"file:///S:/SVNREPO/super_cool_app/trunk"

If I comment this string out the output gets back to normal again. I assume doxygen has a problem with parsing file:///blah-blah urls..

I made also some extra investigations:

#define APP_SVN_URL		"file:///SVNREPO/super_cool_app/trunk"
also doesn't work right.

#define APP_SVN_URL		"http://svn.super_cool_app.net/trunk"
works fine.

--
WBR,
AG
Comment 1 Dimitri van Heesch 2011-09-25 12:41:39 UTC
Confirmed, it the /// that are incorrectly treated as the start of a comment block. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2011-12-03 18:23:05 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.6. 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.