GNOME Bugzilla – Bug 720580
inline source browser shows wrong code with muilti-line c++11's raw strings
Last modified: 2013-12-24 18:59:30 UTC
Created attachment 264378 [details] main compilling succesfully with 'g++ main.cpp --std=c++11' and doxyfile showing the problem When using multi-line c++11 raw string, the lines are wrapped in one line in the source browser, but it seems not to be the case internally, so inline source for element after a such string show a code offsett'ed by the number of line of the precedents raw-strings. See the example given : generate the documentation with with the given Doxyfile, and open doc/html/main_8cpp.html#a141da67e43b26cc7e68f9070f839c914
Confirmed. Should be fixed in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.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 (preferrably in the form of a self-contained example).