Search Criteria
Package Details: doxygen-clang 1.9.3-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: | 2022-01-07 17:12 (UTC) |
Dependencies (15)
- clang (clang8, llvm-minimal-git, llvm-git, clang-git)
- gcc-libs (fastgcc, gcc-libs-git, gccrs-libs-git)
- cmake (cmake-git) (make)
- flex (flex-git) (make)
- gcc-libs (fastgcc, gcc-libs-git, gccrs-libs-git) (make)
- ghostscript (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- graphviz (make)
- llvm (llvm8, llvm-minimal-git, llvm-git) (make)
- python (python38, python37, python3.7, nogil-python, python39, python36, python311, python32) (make)
- qt5-base (qt5-base-git, qt5-base-headless) (make)
- texlive-core (texlive-installer, texlive-full) (make)
- texlive-latexextra (texlive-installer, texlive-full) (make)
- graphviz (optional) – for caller/callee graph generation
- qt5-base (qt5-base-git, qt5-base-headless) (optional) – for doxywizard
Required by (901)
- 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-psy-git (requires doxygen) (make)
- aom-vmaf-git (requires doxygen) (make)
- apt (requires doxygen) (make)
- apt-docs (requires doxygen) (make)
- apt-git (requires doxygen) (make)
- arcs-tools-git (requires doxygen) (optional)
- ardour-git (requires doxygen) (make)
- ardour-tracker-editor-git (requires doxygen) (make)
Latest Comments
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
: