• Thomas Martitz's avatar
    gtkdoc: fix gtkdoc header script for structs with inline types · 0bafb067
    Thomas Martitz yazdı
    Doxygen adds unhandled xml output for structs that define types inline, for
    example struct Foo { enum { FOO, BAR } baz; }. A type definitions precedes the
    members. The script wrongly assumed the first sectiondef child of compounddef
    would contain all members, but actually this is the case for sectiondefs with
    kind=public-attrib (the sectiondef defining the type has kind=public-type).
    0bafb067
gen-api-gtkdoc.py 16.1 KB