taglib/doc
Urs Fleisch decc0fa50a Fix Doxygen API documentation
Since the Doxygen output changed quite a bit since the styling was adapted for
TagLib, the API documentation generated with Doxygen 1.9.1 has several problems:

- In the namespaces and classes lists, the nodes cannot be expanded,
  'N' and 'C' characters are prepended to the namespaces and classes instead
  of displaying icons.
- Class members are only accessible for the letter 'a'.
- No "Deprecated" sections are displayed (only the "TAGLIB_DEPRECATED"
  definition in the signature).
- Some things are strangely styled (e.g. an empty box on the left of the
  "Introduction" title).

Now most of the custom styling is removed to get it running again and to avoid
nasty surprises with doxygen changes.
2022-10-24 07:06:23 +02:00
..
api-footer.html Fix Doxygen API documentation 2022-10-24 07:06:23 +02:00
api-header.html Fix Doxygen API documentation 2022-10-24 07:06:23 +02:00
README Move docs building to CMake 2011-02-13 12:22:42 +00:00
taglib.svg Fix Doxygen API documentation 2022-10-24 07:06:23 +02:00

Run "make docs" in the parent directory to generate the TagLib API documentation.