summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-10-26 14:10:35 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-10-27 10:46:38 +0300
commit1e08c25f73d38b10679f1bc84861ffb498884cef (patch)
tree1a74a5bf1aa5c7d8f805a1fb56d82529be1fea8a /TODO
parent67c597e603867190561a640f58d8430aa79154f5 (diff)
Normalize C comments in tests source code
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/TODO b/TODO
index 3404564..7f10a42 100644
--- a/TODO
+++ b/TODO
@@ -3,17 +3,6 @@ On the revision:
- Make the .map and .def files prerequisites of the libs type target and only
on the respective OSes. Also try to generate them on the fly.
-- Normalize C comments in the tests source code replacing:
-
- /*
- * ...
- */
-
- with
-
- /* ...
- */
-
On the release:
- Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc).