summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/itron3.0/gen_all4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/itron3.0/gen_all b/doc/itron3.0/gen_all
new file mode 100644
index 0000000000..6e4e66893f
--- /dev/null
+++ b/doc/itron3.0/gen_all
@@ -0,0 +1,4 @@
+for i in config eventflags fixedblock interrupt mailbox memorypool msgbuffer network rendezvous task tasksync time
+do
+ sh ./gen_section $i | tr -d "\r" >${i}.t
+done