Skip to content

Commit

Permalink
Update doxygen files
Browse files Browse the repository at this point in the history
  • Loading branch information
agievich committed Nov 18, 2024
1 parent 2eea7e5 commit 4d76022
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion doc/bee2.doxy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d76022

Please sign in to comment.