summaryrefslogtreecommitdiffstats
path: root/development/sourcenav
diff options
context:
space:
mode:
author B. Watson2020-10-11 23:38:00 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:36:58 +0200
commit50801868f517c7446480204dd7058029a7ad6ef2 (patch)
treef29fc2f1b6cc40e3e2f14079dec7ec2f25eacc31 /development/sourcenav
parent50f116c4cf51497acbf30d99da6f673d7a95e3ec (diff)
downloadslackbuilds-50801868f517c7446480204dd7058029a7ad6ef2.tar.gz
development/sourcenav: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/sourcenav')
-rw-r--r--development/sourcenav/README17
1 files changed, 9 insertions, 8 deletions
diff --git a/development/sourcenav/README b/development/sourcenav/README
index 6da1e61239..9663c48374 100644
--- a/development/sourcenav/README
+++ b/development/sourcenav/README
@@ -1,11 +1,12 @@
-Source Navigator NG is a source code analysis tool. With it, you can edit your
-source code, display relationships between classes and functions and members,
-and display call trees.
+Source Navigator NG is a source code analysis tool. With it, you
+can edit your source code, display relationships between classes and
+functions and members, and display call trees.
You can navigate your source code and easily get to declarations or
-implementations of functions, variables and macros (commonly called "symbols")
-which helps you discovering and mapping unknown source code for enhancement or
-maintenance tasks.
+implementations of functions, variables and macros (commonly called
+"symbols") which helps you discovering and mapping unknown source code
+for enhancement or maintenance tasks.
-source navigator NG is free software and released under the GPL v2. It is based
-upon the old source navigator and strives to improve usability and performance. \ No newline at end of file
+source navigator NG is free software and released under the GPL
+v2. It is based upon the old source navigator and strives to improve
+usability and performance.