Skip to content

Commit

Permalink
Removed /dev/tty from doxygen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nguy8tri committed Sep 17, 2024
1 parent 6d842a5 commit 782b3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doxygen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ doxygen -u > /dev/null 2>&1
rm -rf Doxyfile.bak

# Run Doxygen and capture stderr while preserving stdout
doxygen > /dev/tty 2> stderr.log
doxygen 2> stderr.log

# Extract warnings from stderr file
warnings=$(grep "warning" stderr.log)
Expand Down

0 comments on commit 782b3b4

Please sign in to comment.