We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6c4c5 commit 007be4cCopy full SHA for 007be4c
1 file changed
scripts/generate-docs.sh
@@ -17,24 +17,6 @@ if [ $status -ne 0 ]; then
17
exit $status
18
fi
19
20
-if [ ! -d "../redoxygen" ]; then
21
- git clone https://github.com/cfnptr/redoxygen ../redoxygen
22
- status=$?
23
-
24
- if [ $status -ne 0 ]; then
25
- echo "Failed to clone redoxygen repository."
26
- exit $status
27
- fi
28
-else
29
- git -C ../redoxygen pull
30
31
32
33
- echo "Failed to pull redoxygen repository changes."
34
35
36
-fi
37
38
if [ ! -d "../cppreference-doxygen" ]; then
39
git clone https://github.com/cfnptr/cppreference-doxygen ../cppreference-doxygen
40
status=$?
@@ -63,4 +45,4 @@ if [ $status -ne 0 ]; then
63
45
64
46
65
47
66
-exit 0
48
+exit 0
0 commit comments