Skip to content

Commit 007be4c

Browse files
committed
Remove Redoxygen
1 parent ea6c4c5 commit 007be4c

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

scripts/generate-docs.sh

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,6 @@ if [ $status -ne 0 ]; then
1717
exit $status
1818
fi
1919

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-
status=$?
31-
32-
if [ $status -ne 0 ]; then
33-
echo "Failed to pull redoxygen repository changes."
34-
exit $status
35-
fi
36-
fi
37-
3820
if [ ! -d "../cppreference-doxygen" ]; then
3921
git clone https://github.com/cfnptr/cppreference-doxygen ../cppreference-doxygen
4022
status=$?
@@ -63,4 +45,4 @@ if [ $status -ne 0 ]; then
6345
exit $status
6446
fi
6547

66-
exit 0
48+
exit 0

0 commit comments

Comments
 (0)