[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug default/18838] Normalize the output of abidw
https://sourceware.org/bugzilla/show_bug.cgi?id=18838
dodji at seketeli dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dodji at seketeli dot org
--- Comment #6 from dodji at seketeli dot org ---
Another thing I think should be added to the xml output (I am calling the xml
format abixml now) is annotations to make the output easier to read and
understand.
for instance, if in abixml you have this:
<type-decl name='char' size-in-bits='8' id='type-id-7'/>
(...)
<qualified-type-def type-id='type-id-7' const='yes' id='type-id-8'/>
The second line becomes easier to read if it's accompanied by a comment like:
<type-decl name='char' size-in-bits='8' id='type-id-7'/>
(...)
<qualified-type-def type-id='type-id-7' const='yes' id='type-id-8'/>
--
You are receiving this mail because:
You are on the CC list for the bug.