On Nov 11, 2007 1:19 AM, Edward Z. Yang <[EMAIL PROTECTED]> wrote:
> Edward Z. Yang wrote:
> > - There is no support for constants; adding that shouldn't be difficult
> > to do though
>
> I have a question: why do inline property names (inside fieldsynopsis)
> not have the class name prefixed on them? Methods and constants do.
> Plus, they can be inherited, and if "method" style documentation is
> used, it probably would have the classname attached.

You mean you want:
<fieldsynopsis xml:id="someclass.properties.prop>
 <modifier>public</modifier>
 <type>int</type>
 <varname>SomeClass::$prop</varname>
 <initialzer>5</initializer>
</fieldsynopsis>
?

-Hannes

Reply via email to