1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: kf6-kapidox
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Patrick Franz <deltaone@debian.org>,
Scarlett Moore <sgmoore@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-linktree,
dh-python,
dh-sequence-kf6,
doxyqml,
libjs-jquery (>= 3.5.1+dfsg-3),
python3,
python3-certifi,
python3-charset-normalizer,
python3-doxypypy,
python3-gv,
python3-idna,
python3-markupsafe,
python3-pip,
python3-pip-whl,
python3-requests,
python3-setuptools,
python3-setuptools-whl,
python3-urllib3,
python3-virtualenv,
python3-yaml,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://invent.kde.org/frameworks/kapidox
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kf6-kapidox
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kf6-kapidox.git
Package: kapidox6
Architecture: all
Depends: doxyqml,
python3-certifi,
python3-charset-normalizer,
python3-doxypypy,
python3-idna,
python3-jinja2,
python3-markupsafe,
python3-requests,
python3-urllib3,
python3-yaml,
${misc:Depends},
${python3:Depends},
Recommends: python3-gv,
Conflicts: kapidox,
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
|