Search Criteria
Package Details: doxygen-clang 1.9.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/doxygen-clang.git (read-only, click to copy) |
---|---|
Package Base: | doxygen-clang |
Description: | Documentation system for C++, C, Java, IDL and PHP (built with clang parser) |
Upstream URL: | http://www.doxygen.nl |
Licenses: | GPL |
Conflicts: | doxygen, doxygen-docs |
Provides: | doxygen, doxygen-docs |
Submitter: | lahwaacz |
Maintainer: | lahwaacz |
Last Packager: | lahwaacz |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-05-21 08:36 (UTC) |
Last Updated: | 2023-08-29 06:06 (UTC) |
Dependencies (17)
- clang (clang8, clang-git, llvm-git, clang-minimal-git)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- llvm (llvm8, llvm-git, llvm-minimal-git)
- cmake (cmake-git) (make)
- flex (flex-git) (make)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs) (make)
- ghostscript (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- graphviz (make)
- python (python36, python32, python37, python39, python38, python310, python312) (make)
- qt5-base (qt5-base-git, qt5-base-headless) (make)
- texlive-fontsrecommended (texlive-full, texlive-installer) (make)
- texlive-fontutils (texlive-full, texlive-installer) (make)
- texlive-latexextra (texlive-full, texlive-installer) (make)
- texlive-plaingeneric (texlive-full, texlive-installer) (make)
- graphviz (optional) – for caller/callee graph generation
- qt5-base (qt5-base-git, qt5-base-headless) (optional) – for doxywizard
Required by (948)
- aarch64-linux-gnu-armcl-neon (requires doxygen) (make)
- aarch64-linux-gnu-armcl-opencl+neon (requires doxygen) (make)
- acado (requires doxygen)
- acado (requires doxygen) (make)
- aeon (requires doxygen) (make)
- alsaplayer (requires doxygen) (make)
- alsaplayer-git (requires doxygen) (make)
- android-aarch64-libssh (requires doxygen) (make)
- android-armv7a-eabi-libssh (requires doxygen) (make)
- android-x86-64-libssh (requires doxygen) (make)
- android-x86-libssh (requires doxygen) (make)
- aom-git (requires doxygen) (make)
- aom-vmaf-git (requires doxygen) (make)
- apt-git (requires doxygen) (make)
- arcs-tools-git (requires doxygen)
- ardour-git (requires doxygen) (make)
- ardour-tracker-editor-git (requires doxygen) (make)
- argagg (requires doxygen) (make)
- argos3-git (requires doxygen)
- arm-linux-gnueabihf-armcl-neon (requires doxygen) (make)
- Show 928 more...
Latest Comments
lahwaacz commented on 2023-08-14 18:41 (UTC)
Fixed, thanks for the note.
MarsSeed commented on 2023-08-14 18:33 (UTC)
Please adapt dependencies to repo's texlive reorganization, like in extra/doxygen's
PKGBUILD
.After that, please also refresh the
.SRCINFO
file. Thank you in advance.lahwaacz commented on 2021-05-21 08:46 (UTC)
To use the clang parser, enable CLANG_ASSISTED_PARSING and configure
-resource-dir
via CLANG_OPTIONS. The correct path can be found by runningclang -print-resource-dir
: