aboutsummaryrefslogtreecommitdiff
path: root/doc/internal-api/doxygen.cfg.in
diff options
context:
space:
mode:
authorjade <lix@jade.fyi>2024-08-07 00:50:30 +0000
committerGerrit Code Review <gerrit@localhost>2024-08-07 00:50:30 +0000
commit529eed74c477eee8567f28379210cd47f0b4e18f (patch)
tree4c82036a43a1c1f627cacf2316f708afb6835389 /doc/internal-api/doxygen.cfg.in
parent2c48460850186e5fb8152e7882baf9e29bb5e884 (diff)
parentca9d3e6e00ec452701d9d3b7e909eff61799f739 (diff)
Merge changes I0fc80718,Ia182b86f,I355f82cb,I8a9b58fa,Id89f8a1f, ... into main
* changes: tree-wide: fix various lint warnings flake & doxygen: update tagline nix flake metadata: print modified dates for input flakes cli: eat terminal codes from stdout also Implement forcing CLI colour on, and document it better manual: fix a syntax error in redirects.js that made it not do anything misc docs/meson tidying build: implement clang-tidy using our plugin
Diffstat (limited to 'doc/internal-api/doxygen.cfg.in')
-rw-r--r--doc/internal-api/doxygen.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internal-api/doxygen.cfg.in b/doc/internal-api/doxygen.cfg.in
index 55bccebd7..73fba6948 100644
--- a/doc/internal-api/doxygen.cfg.in
+++ b/doc/internal-api/doxygen.cfg.in
@@ -20,7 +20,7 @@ OUTPUT_DIRECTORY = @docdir@
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.
-PROJECT_BRIEF = "Nix, the purely functional package manager; unstable internal interfaces"
+PROJECT_BRIEF = "Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces"
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
# The default value is: YES.