summaryrefslogtreecommitdiffstats
path: root/graphics/cinclude2dot/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cinclude2dot/DETAILS')
-rwxr-xr-xgraphics/cinclude2dot/DETAILS7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/cinclude2dot/DETAILS b/graphics/cinclude2dot/DETAILS
index abc159142b..df10560913 100755
--- a/graphics/cinclude2dot/DETAILS
+++ b/graphics/cinclude2dot/DETAILS
@@ -13,5 +13,10 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
KEYWORDS="graph graphics"
SHORT="Analyses C/C++ code and produces a #include dependency graph"
cat << EOF
-This is the Perl script which analyses C/C++ code and produces a #include dependency graph. The output from the script is a dot file for input into graphviz. This is an improved version of the original script, which you can find here. Many thanks to Darxus for creating the original. The new version adds directory clustering, file include path searching and various other features. Both are licensed under the GPL.
+This is the Perl script which analyses C/C++ code and produces a #include
+dependency graph. The output from the script is a dot file for input into
+graphviz. This is an improved version of the original script, which you can
+find here. Many thanks to Darxus for creating the original. The new version
+adds directory clustering, file include path searching and various other
+features. Both are licensed under the GPL.
EOF