summaryrefslogtreecommitdiffstats
path: root/development/rtags/README
diff options
context:
space:
mode:
author Markus Rinne <markus.ka.rinne@gmail.com>2017-09-22 21:34:24 +0100
committer David Spencer <idlemoor@slackbuilds.org>2017-09-22 21:34:24 +0100
commit7b136d4cfb4e2c47241e8c0d82e603172cf4dc87 (patch)
treed8b892931c8685bc80ee6354563a0b6453fde075 /development/rtags/README
parent95841f49a9df9809ba4aef637515fb9cec414256 (diff)
downloadslackbuilds-7b136d4cfb4e2c47241e8c0d82e603172cf4dc87.tar.gz
slackbuilds-7b136d4cfb4e2c47241e8c0d82e603172cf4dc87.tar.xz
development/rtags: Added (indexer with Emacs integration).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/rtags/README')
-rw-r--r--development/rtags/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/rtags/README b/development/rtags/README
new file mode 100644
index 0000000000..223097b1a1
--- /dev/null
+++ b/development/rtags/README
@@ -0,0 +1,4 @@
+RTags is a client/server application that indexes C/C++ code and keeps a
+persistent file-based database of references, declarations, definitions,
+symbolnames etc. There's also limited support for ObjC/ObjC++. It allows
+you to find symbols by name (including nested class and namespace scope).