Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/run_diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ then
"warning: Included by graph for .* not generated, too many nodes. Consider increasing DOT_GRAPH_MAX_NODES.")
if ! $doxygen --version &>/dev/null
then
echo "Lint script could not be found in the $script_folder directory"
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"
exit 1
else
mkdir -p $doxygenlogdir && cd src && $doxygen &> ../$doxygenlog && cd ..
Expand Down