Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Nov 7, 2024
1 parent e1bd1bc commit 2b1fa5a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ci/pre-commit/doxygen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ fi
# Run doxygen, ignore missing tag files error
TAG_ERROR1="error: Tag file '.*.tag' does not exist or is not a file. Skipping it..."
TAG_ERROR2="error: cannot open tag file .*.tag for writing"
DOXYGEN_STDERR=`cd doxygen && { cat Doxyfile ; echo QUIET = YES; echo GENERATE_HTML = NO; } | doxygen - 2>&1 | sed "/\($TAG_ERROR1\|$TAG_ERROR2\)/d"`

cd doxygen
echo "--- Doxyfile ---"
cat Doxyfile
echo "----------------"
doxygen

RETVAL=$?

#if [ "$RETVAL" != "0" ] || [ ! -z "$DOXYGEN_STDERR" ]; then
Expand Down

0 comments on commit 2b1fa5a

Please sign in to comment.