aboutsummaryrefslogtreecommitdiff
path: root/scripts/format_doxygen.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/format_doxygen.py')
-rwxr-xr-xscripts/format_doxygen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/format_doxygen.py b/scripts/format_doxygen.py
index 5882958fc5..8ac5e630b9 100755
--- a/scripts/format_doxygen.py
+++ b/scripts/format_doxygen.py
@@ -81,7 +81,7 @@ def process_comment(fd, comment, first_param, last_param):
if __name__ == "__main__":
n_file=0
- if len(sys.argv) == 1:
+ if len(sys.argv) == 2 and sys.argv[1] == '--all':
paths = []
for top_level in ["./arm_compute", "./src", "./examples", "./tests", "./utils", "./framework", "./support"]: