diff options
author | Henkjan Gersen <h.gersen@gmail.com> | 2015-04-26 00:09:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-26 00:09:09 +0700 |
commit | 726a9a522b23aa86ca509c0c54f08d0e25c974e9 (patch) | |
tree | c1cccc487621f213a511f203e31b9953c13b5670 /development/sourcenav/slack-desc | |
parent | 626e5ca3f4c0069892823c44c42b415c5b964232 (diff) | |
download | slackbuilds-726a9a522b23aa86ca509c0c54f08d0e25c974e9.tar.gz |
development/sourcenav: Added (source code analysis tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/sourcenav/slack-desc')
-rw-r--r-- | development/sourcenav/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/sourcenav/slack-desc b/development/sourcenav/slack-desc new file mode 100644 index 0000000000..5de4df46e6 --- /dev/null +++ b/development/sourcenav/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +sourcenav: sourcenav (source code analysis tool) +sourcenav: +sourcenav: This programs enables you to edit your source code, display +sourcenav: relationships between classes and functions and members, +sourcenav: and display call trees. +sourcenav: +sourcenav: It allows navigate your source code and easily get to declarations +sourcenav: or implementations of functions, variables and macros (commonly +sourcenav: called "symbols") which helps you discovering and mapping unknown +sourcenav: source code for enhancement or maintenance tasks. +sourcenav: |