We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efec210 + 700267d commit 646d5abCopy full SHA for 646d5ab
.github/workflows/docs.yml
@@ -22,6 +22,9 @@ jobs:
22
sudo apt update -y
23
sudo apt install -y cmake ninja-build graphviz graphviz
24
git clone https://github.com/doxygen/doxygen.git ../doxygen
25
+ cd ../doxygen
26
+ git checkout 26b5403
27
+ cd -
28
cmake -S ../doxygen -B ../doxygen/build -G Ninja
29
sudo ninja -C ../doxygen/build install
30
src/common/m_helper.fpp
@@ -559,7 +559,7 @@ contains
559
end function double_factorial
560
561
!> The following function calculates the factorial value of an integer
562
- !! @paaram n is the input integer
+ !! @param n is the input integer
563
!! @return R is the factorial value of n
564
recursive function factorial(n) result(R)
565
0 commit comments