> Hello Rootter,
>
>
> I want to insert my own web link into the "ROOT" HTML document.
>
. . .
> Is there any option to disable this conversion to keep my links
> within C++ comments visible and "clickable"?
>
Hi,
I've implemented this feature myself. Several minor corrections
for THtml class have been done. Those allow to apply the "escape"
symbol (backslash "be default") to disable HTML class smart symbol
conversions.
The user may change the "escape default symbol" with
THtml::SetEsc(Char_t esc_symbol) method now.
Hope this will be inlcuded into the next ROOT release.
Valery