aboutsummaryrefslogtreecommitdiff
path: root/scripts/format_doxygen.py
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-02-21 15:57:15 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:47:40 +0000
commite4904c727933d8b6d79ec7a1fc3f371414a11a97 (patch)
treeda8dab956f33bb6d2a85c5ffcb1ba156ef14bdce /scripts/format_doxygen.py
parent7ef90180584d2994ae43f222818e2bbd5288ffa4 (diff)
downloadComputeLibrary-e4904c727933d8b6d79ec7a1fc3f371414a11a97.tar.gz
COMPMID-765: Cleaned up FIXMEs
- Removed FIXMEs from the scripts/ folder: the folder is automatically cleaned up by the release script - Removed negative tests Change-Id: Ia8c64456d8a6388b79b016088aa7f5509eaaf219 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/121658 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
Diffstat (limited to 'scripts/format_doxygen.py')
-rwxr-xr-xscripts/format_doxygen.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/format_doxygen.py b/scripts/format_doxygen.py
index e18f24eb52..5882958fc5 100755
--- a/scripts/format_doxygen.py
+++ b/scripts/format_doxygen.py
@@ -1,6 +1,4 @@
#!/usr/bin/env python3
-# FIXME: Remove before the release
-
import os.path
import re
import sys