kdocLib
Writes out a library file.
NOTES ON THE NEW FORMAT
Stores: class name, members, hierarchy
node types are not stored
File Format Spec
----------------
header
zero or more members,
each
of
method
member
class,
each
of
inheritance
zero or more members
Unrecognized lines ignored.
Sample
------
<! KDOC Library HTML Reference File>
<VERSION=
"2.0"
>
<C NAME=
"KApplication"
REF=
"KApplication.html"
>
<IN NAME=
"QObject"
>
<ME NAME=
"getConfig"
REF=
"KApplication.html#getConfig"
>
<M NAME=
""
REF=
""
>
</C>