From 4d760227aba383d0c76f4845e5d055682fddf3d7 Mon Sep 17 00:00:00 2001 From: Sergey Agievich Date: Mon, 18 Nov 2024 14:11:10 +0300 Subject: [PATCH] Update doxygen files --- README.md | 2 +- doc/CMakeLists.txt | 2 +- doc/bee2.doxy | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 164118b1..f59fd825 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Platforms: Static analysis: * [Coverity Scan](https://scan.coverity.com/projects/agievich-bee2); -* [PVS-Studio](https://pvs-studio.com/en/pvs-studio/?utm_source=github&utm_medium=organic&utm_campaign=open_source). +* [PVS-Studio](https://pvs-studio.com/en/pvs-studio/?utm_source=website&utm_medium=github&utm_campaign=open_source). Code coverage: diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 10efa265..a8c7d573 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -14,7 +14,7 @@ add_custom_command(OUTPUT ${doxy_html_index_file} COMMENT "Generating HTML documentation" ) -add_custom_target(doc ALL DEPENDS ${doxy_html_index_file}) +add_custom_target(docbee2 ALL DEPENDS ${doxy_html_index_file}) install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/html DESTINATION share/bee2/doc) diff --git a/doc/bee2.doxy b/doc/bee2.doxy index a9018463..f122cc68 100644 --- a/doc/bee2.doxy +++ b/doc/bee2.doxy @@ -1150,7 +1150,7 @@ FILTER_SOURCE_PATTERNS = # (index.html). This can be useful if you have a project on for instance GitHub # and want to reuse the introduction page also for the doxygen output. -USE_MDFILE_AS_MAINPAGE = +USE_MDFILE_AS_MAINPAGE = ../README.md # The Fortran standard specifies that for fixed formatted Fortran code all # characters from position 72 are to be considered as comment. A common