On Tue, 2002-01-08 at 07:27, Prikryl,Petr wrote:
> Hi,
>
> I do not think that this is configurable. The problem is that
> this is not prescribed by the C/C++. There are reasons
> to format the & and * this way -- it is a matter of formating
> style, not of the functionality.
Of course it is. I'm not saying that this is a bug, but a kack of
functionality.
> Another reason: While e.g. LaTeX is capable of nearly perfect
> typesetting, rendering of HTML documents by various browsers
> requires some tradeoffs. It is not easy to reach a good look
> of the generated pages.
HTML is perfectly capable of presenting both
sometype* variable;
and
sometype *variable;
I'll try to submit a patch.
|