Skip to content

Commit 646d5ab

Browse files
authored
Merge branch 'MFlowCode:master' into master
2 parents efec210 + 700267d commit 646d5ab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
sudo apt update -y
2323
sudo apt install -y cmake ninja-build graphviz graphviz
2424
git clone https://github.com/doxygen/doxygen.git ../doxygen
25+
cd ../doxygen
26+
git checkout 26b5403
27+
cd -
2528
cmake -S ../doxygen -B ../doxygen/build -G Ninja
2629
sudo ninja -C ../doxygen/build install
2730

src/common/m_helper.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ contains
559559
end function double_factorial
560560
561561
!> The following function calculates the factorial value of an integer
562-
!! @paaram n is the input integer
562+
!! @param n is the input integer
563563
!! @return R is the factorial value of n
564564
recursive function factorial(n) result(R)
565565

0 commit comments

Comments
 (0)