Hi Robert,
> If you really really need to comment something inline, the rule is to
> ident the comment:
>
> // The following complex code echoes some text:
> echo('some text);
Is this inline-comment type allowed?
/*
* Some Inline-Comment
*/
If it is not, than we have to check it too...
Cheers,
Malte