Menu

namespaces and classes prefix

2014-08-20
2015-01-17
  • Alberto Longinotti

    I'm using doxygen 1.8.7
    I have a problem withe the generated "Class list".
    All the namespaces are prfixed with 'N' and all classs namesa are prefixed with 'C'.
    Is it possible to remove 'N' and 'C'?

    For example, a class named Foo is labeld CFoo.
    Thank you.
    Alberto

     
  • James Bedford

    James Bedford - 2015-01-17

    Hey Alberto,

    I found this prefixing very ugly and wanted to remove it.

    I did a search in the doxygen source code for "N</span" and "C</span" and found a number of files where this span node was being added. I removed the "N" and "C" characters and recompiled and doxygen would then stop doing this.

    I think there should be an option in the settings to turn this behavior off but from the code it doesn't look like there're any options for configuring this today.

    James

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.