Problem viewing source code in web browser

Hi,

Looking at e.g.:

root.cern.ch/root/html/src/TLore … r.cxx.html

my web browser (mozilla firefoz in slc4) cannot display it. I see the html source code, not a webpage with the c++ source code. What is the recommended browser to view root source code via the web?

Thanks,

Mark

Could it be, that you mean you see the HTML comment in the header of the source file? Try to scroll you page down. :wink:

Hi,

this is actually the expected and correct output. If you look at the file’s source you’ll see that that’s just it :slight_smile:

It’s on my to-do list to allow to flip the source code (also of the doc) to the doc (with HTML “interpreted”). There are two opinions here on what the source should display: source or interpreted doc. And as I can’t decide which one is wrong I’ll have to offer both :-/ If you can provide a patch then please let me know!

Cheers, Axel.

Could it be, that you mean you see the HTML comment in the header of the source file? Try to scroll you page down. :wink:[/quote]

Yes that works. Thanks!

Mark