The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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">
        <BASE URL="http://www.kde.org/API/kdecore/">

        <C NAME="KApplication" REF="KApplication.html">
                <IN NAME="QObject">
                <ME NAME="getConfig" REF="KApplication.html#getConfig">
                <M NAME="" REF="">
        </C>