summaryrefslogtreecommitdiffstats
path: root/development/rtags
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-13 01:01:02 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:39:38 +0700
commit1fa8f1702769e659848865b351f4ded3c206d090 (patch)
tree56c1a3f891b60d6ee5d903cfdf5d886a49c9bffd /development/rtags
parentc6c0f840c5975835dedc2039dfc28aea28ecbfc8 (diff)
downloadslackbuilds-1fa8f1702769e659848865b351f4ded3c206d090.tar.gz
slackbuilds-1fa8f1702769e659848865b351f4ded3c206d090.tar.xz
development/rtags: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rtags')
-rw-r--r--development/rtags/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/development/rtags/README b/development/rtags/README
index 223097b1a1..5408d6e067 100644
--- a/development/rtags/README
+++ b/development/rtags/README
@@ -1,4 +1,5 @@
-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).
+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).