On 04/19/2007 11:08 AM, Dirk Meyer wrote:
>     # Begin List: Subgroup | List
>     # descr of list subgroup
>     # 
>     # Each item in the list takes the following variables:
>     #    a - desc a
>     #    z - this is a subgroup
>     #        Group 'z' takes the following variables:
>     #           x - desc_x
>     #           y - desc_y
>   
[...]
> Yes, that looks nice. Since we have comments for the variables a and z
> itself, it could look like this:
>
>
>     # Begin List: Subgroup | List
>     # descr of list subgroup
>     # 
>     # Each item in the list takes the following variables:
>     # subgroup.list[].a
>     # desc of a
>     # subgroup.list[].z
>     # desc of z
>     # subgroup.list[].z.x
>     # desc of z.x
>     # subgroup.list[].z.y
>     # desc of z.y
>   

My example does incorporate the descriptions for a and z (based on the
'desc' kwargs given in the code snippet).  If they are long or multiline
descriptions, it would wrap appropriately.  I like my layout better and
will code it that way, and we can tweak it later if needed.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to