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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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