diff options
author | Zachary Dremann <dremann@gmail.com> | 2021-08-01 11:50:38 -0400 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-08-15 22:17:23 +0200 |
commit | 1c1c5f3ccd8ec235b15d7a903e30c2a8ec03a588 (patch) | |
tree | 7fbd6846db10dbf1cd994ff781078311b0de452e /Doxyfile.in | |
parent | f949898c71f98917c3b3ede1b6397c4a4007e7c3 (diff) |
Backport documentation changes
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index cb95ed3..9c02305 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -4,7 +4,7 @@ # Project related configuration options #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 -PROJECT_NAME = @PACKAGE_NAME@ +PROJECT_NAME = libsquashfs PROJECT_NUMBER = @PACKAGE_VERSION@ PROJECT_BRIEF = "A new set of tools and libraries for working with SquashFS images" PROJECT_LOGO = |