Source: kapidox
Section: libs
Priority: optional
Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Norbert Preining <norbert@preining.info>,
           Scarlett Moore <sgmoore@kde.org>,
           Scott Kitterman <scott@kitterman.com>,
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3,
               python3-gv,
               python3-setuptools,
               python3-yaml,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://invent.kde.org/frameworks/kapidox
Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kapidox
Vcs-Git: https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kapidox

Package: kapidox
Architecture: all
Depends: python3-jinja2, python3-yaml, ${misc:Depends}, ${python3:Depends}
Recommends: python3-gv
Description: API documentation generation tool for KDE frameworks
 Framework to aid in creating API documentation for KDE Frameworks in a
 standard format and style.
 .
 The Doxygen tool is used to do the actual documentation extraction and
 formatting, but this framework provides a wrapper script to make generating
 the documentation more convenient (including reading settings from the target
 framework or other module) and a standard template for the generated
 documentation.
 .
 Scripts currently provided are depdiagram-generate-all, kgenframeworksapidox,
 depdiagram-generate, kgenapidox, and depdiagram-prepare
