GNOME Bugzilla – Bug 771310
French description for "Namespace Members" is wrong and causes fatal javascript error
Last modified: 2016-12-29 18:46:06 UTC
Hi, In a Doxyfile, if you set OUTPUT_LANGUAGE = French SHOW_NAMESPACES = YES you will get a wrong menudata.js file with this: {text:'Membres de l'espace de nommage',url:'namespacemembers.html',children:[ which should be: {text:'Membres de l\'espace de nommage',url:'namespacemembers.html',children:[ Eric
Created attachment 335376 [details] example of namespace
Created attachment 335377 [details] my Doxyfile
Created attachment 335378 [details] The fatal javasccript error
Confirmed. I've pushed the following fix to GitHub: https://github.com/doxygen/doxygen/commit/b5e1e195bc207c7bb93df4e51253f9f3a1026a3d
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.13. 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).