We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 897aaf6 + ef76441 commit 7fb835cCopy full SHA for 7fb835c
scripts/run_diff.sh
@@ -48,8 +48,8 @@ then
48
"warning: Included by graph for .* not generated, too many nodes. Consider increasing DOT_GRAPH_MAX_NODES.")
49
if ! $doxygen --version &>/dev/null
50
then
51
- echo "Lint script could not be found in the $script_folder directory"
52
- echo "Ensure cpplint.py is inside the $script_folder directory then run again"
+ echo "Doxygen is not installed on this PC"
+ echo "Please install before running this script"
53
exit 1
54
else
55
mkdir -p $doxygenlogdir && cd src && $doxygen &> ../$doxygenlog && cd ..
0 commit comments