Re: [Doxygen-users] Remove strange character

2016-11-22 Thread Albert
The code has to be placed in an own style sheet (e.g. my.css) and ths style sheet has to be made available in HTML_EXTRA_STYLESHEET On Tue, Nov 22, 2016 at 6:55 PM, Olivier Couet wrote: > Can you send the actuel code you have ? .. it might be some hidden > characters. > > > > On 22 Nov 2016, at

Re: [Doxygen-users] Remove strange character

2016-11-22 Thread Olivier Couet
Can you send the actuel code you have ? .. it might be some hidden characters. > On 22 Nov 2016, at 17:10, dumas_brian wrote: > > In some 'c' functions that I export, the function name is preceded by this > character 'ยง '. > > Is that something I can remove? > > Image shows the character >

Re: [Doxygen-users] Remove strange character

2016-11-22 Thread Albert
It is possible. Create a HTML_EXTRA_STYLESHEET and place in this: .permalink{ display: none;} See also: http://stackoverflow.com/questions/40389959/how-to-eliminate-silcrow-paragraph-sign-in-doxygen-for-python On Tue, Nov 22, 2016 at 5:10 PM, dumas_brian wrote: > In some 'c' functions