development/sourcenav: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-11 17:38:00 -04:00 committed by Willy Sudiarto Raharjo
parent 50f116c4cf
commit 50801868f5
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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.
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.