From 323d60bf9ff26992d19a7fc362fbe856ee2c2c32 Mon Sep 17 00:00:00 2001 From: rto Date: Mon, 9 Mar 2026 06:05:12 +0100 Subject: [PATCH] Adding draft for ctags generation documentation. --- creating-ctags.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 creating-ctags.md diff --git a/creating-ctags.md b/creating-ctags.md new file mode 100644 index 0000000..0e13d9f --- /dev/null +++ b/creating-ctags.md @@ -0,0 +1,9 @@ +# Creating library ctags +I have created following script for creating ctags, for different libraries. +You probably have a folder with the clones of all libraries. +You simply have the script run in that folder. + + +# Creating pikeos ctags +Well you will probably look up the seven parameter +of syscall xyz at any time.