Changes to THtml's documentation syntax

Hi,

since yesterday THtml has the following format for documentation:

[code]// documentation in

 context (as before)
//BEGIN_HTML
plain html, without
 context
END_HTML

// documentation continued, in

 context[/code]

Beware of the fact that for BEGIN_HTML/END_HTML blocks there is no

 anymore. This will need an update of your source file if you have 
tags within BEGIN/END_HTML blocks. Note how to properly hide the frequent /* */ inside BEGIN/END_HTML blocks.

The root documentation should reflect these changes; if you see a broken doc page (esp. with

 all over) please post a message here.

This change was necessary to protect the average user from writing something like this

// doc with image //BEGIN_HTML /*<img src="..." alt="..."> */ //END_HTML
which produces invalid html output ( inside

):

[code]

doc with image
/.../
[/code]

Axel.