From f7437a87312d95b54f74e57b3cbec2279a8f993b Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Tue, 30 Jan 2024 13:36:08 -0600 Subject: [PATCH] ci: print the doxygen version used --- utils/tests/gitlab-ci-doc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/tests/gitlab-ci-doc.yml b/utils/tests/gitlab-ci-doc.yml index f0d0b5076..91c810f84 100644 --- a/utils/tests/gitlab-ci-doc.yml +++ b/utils/tests/gitlab-ci-doc.yml @@ -48,6 +48,8 @@ doxygen: # Just need to check doc/introspected-command-line.h and doc/introspected-doxygen.h - python3 utils/check-style-clang-format.py --no-formatting --no-tabs doc/introspected-doxygen.h doc/introspected-command-line.h - ./ns3 clean + # print the doxygen version - just to double check what has been used. + - doxygen -v # - doxygen doc/doxygen.conf # - mv doc/html/ public/doxygen cache: