Re: [Doxygen-users] Inline code does not render the same with 1.8.4 and 1.8.10
Brought to you by:
dimitri
From: Olivier C. <Oli...@ce...> - 2015-10-08 07:09:09
|
any idea about this one ? On 07 Oct 2015, at 16:00, Olivier Couet <oli...@ce...<mailto:oli...@ce...>> wrote: Hi, I have the following comments in my code: /// /// ### Example1 of use of exec1.C /// ~~~ {.cpp} /// Root > TFile f("hsimple.root") /// Root > hpx.Draw() /// Root > c1.AddExec("ex1",".x exec1.C") /// ~~~ /// with 1.8.4 it renders the following way: <1.8.4.png> with 1.8.10 it renders like that: <1.8.10.png> :-( :-( …… what should I do ? Thanks, Olivier |