[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-07 14:00:49
|
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: [cid:0BACE03D-A928-4A22-8896-85551E5FD973] with 1.8.10 it renders like that: [cid:B8E59074-9D91-44D7-AC91-8BB98EB5E035] :-( :-( …… what should I do ? Thanks, Olivier |