GNOME Bugzilla – Bug 658896
file URL parsing problem.
Last modified: 2011-12-03 18:23:05 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
Confirmed, it the /// that are incorrectly treated as the start of a comment block. Should be fixed in the next subversion update.
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.