On 10/10/05, August Karlstrom <fus...@co...> wrote:
> Hello all,
>
> When generating documentation with oo2c, parameter comments like in e.g.
>
> PROCEDURE P(VAR (*in*) a: ARRAY OF LONGINT);
>
> are removed. Why?
Mh, I do not understand the question. Documentation, like the output of oo=
b, is
generated from the symbol file. The compiler discards comments at a very e=
arly
stage, way before the symbol file is generated.
-- mva
|