index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-29 | doc: make doxygen build from any directory | Eli Schwartz | |
In the autotools build, it only built in-tree, from cwd = doc/ and resolving doc/../lib/libalpm In the meson build, this accidentally worked if cwd = pacman/builddir/ and resolved to builddir/../lib/libalpm/ But... this should always have been configured with the actual path to the inputs. So, we will now proceed to do so. Fixes building man3 if your out of tree builddir doesn't happen to be a direct subdirectory of the source root. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2020-12-21 | doc: update doxyfile | morganamilo | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2020-12-21 | doc: configure doxygen | morganamilo | |
- only document public alpm items (alpm_*) - hide typedef'd structs (_alpm_pkg_t shows as alpm_pkg_t) - enable inline struct definitions (this stops having a man page for every single struct) Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2018-10-23 | Dynamically generate Doxyfile from input | Dave Reisner | |
This isn't super interesting for the autotools side, but it's necessary in order to make things sane for other build systems which we might introduce in the future. |