aboutsummaryrefslogtreecommitdiff
path: root/scripts/format_doxygen.py
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-07-05 11:07:07 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:15:39 +0100
commitfc95ed2b9900471922d93c963b263f1f506da167 (patch)
tree765f6a94e965ed47b0c0215a725f869e0619a611 /scripts/format_doxygen.py
parent7d323a6adca97c130a0fc7c6299c75d581906edd (diff)
downloadComputeLibrary-fc95ed2b9900471922d93c963b263f1f506da167.tar.gz
COMPMID-415: New framework - base framework [1/5]
Change-Id: Icfbfb43321c3bbe6e2aa511dd03a613eed7734a5 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79760 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
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 96adf52726..64fe7ecbce 100755
--- a/scripts/format_doxygen.py
+++ b/scripts/format_doxygen.py
@@ -74,7 +74,7 @@ if __name__ == "__main__":
if len(sys.argv) == 1:
paths = []
- for top_level in ["./arm_compute", "./src", "./examples", "./tests", "./utils"]:
+ for top_level in ["./arm_compute", "./src", "./examples", "./tests", "./utils", "./framework", "./support"]:
for root, _, files in os.walk(top_level):
paths.extend([os.path.join(root, f) for f in files])
else: