Skip to content

Commit

Permalink
Update make recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Sep 30, 2024
1 parent bc770d7 commit 2eebff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion etc/check_doc_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def process_file(f):
highest_level = level
break
print(
f"{begin_warn_col}Warning: {command} is not in the correct place in docstring at {file}:{line_no+1}{end_warn_col}"
f"{begin_warn_col}warning: {command} is not in the correct place in docstring at {file}:{line_no+1}{end_warn_col}"
)


Expand Down
2 changes: 2 additions & 0 deletions etc/make-doc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -e

echo "Checking doc order . . ."
./etc/check_doc_order.py
mkdir -p docs/build
cd docs/
echo "doxygen --version"
Expand Down

0 comments on commit 2eebff2

Please sign in to comment.