libgnunetchat

library for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit 8c659dc4a0f0a74aa5b017d58808c8d25b46cd2a
parent a6932d1b2b0b59917ffa023f3f80d6be63fb1c84
Author: Jacki <jacki@thejackimonster.de>
Date:   Thu, 26 Sep 2024 04:35:31 +0200

Update doxygen version automatically

Signed-off-by: Jacki <jacki@thejackimonster.de>

Diffstat:
MDoxyfile | 2+-
Mdoc/generate.sh | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Doxyfile b/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = libgnunetchat # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.5.1 +PROJECT_NUMBER = 0.5.1-7-ga6932d1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doc/generate.sh b/doc/generate.sh @@ -1,5 +1,6 @@ #!/bin/sh cd "${MESON_SOURCE_ROOT}" +sed -i 's/PROJECT_NUMBER\(\s\+=\s\+\)\([0-9\.a-z\-]\+\)/PROJECT_NUMBER\1'"$(sh contrib/get_version.sh)/" 'Doxyfile' doxygen 'Doxyfile' cd doc/latex make