gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1857: add blurb to complexity


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1857: add blurb to complexity
Date: Fri, 01 Feb 2013 20:55:33 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1857
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Fri 2013-02-01 20:55:33 +0100
message:
  add blurb to complexity
modified:
  gnu/complexity/Makefile
=== modified file 'gnu/complexity/Makefile'
--- a/gnu/complexity/Makefile   2012-12-16 22:02:50 +0000
+++ b/gnu/complexity/Makefile   2013-02-01 19:55:33 +0000
@@ -3,6 +3,12 @@
 GARVERSION = 1.0
 HOME_URL = http://www.gnu.org/software/complexity/
 DESCRIPTION = Measure the complexity of code
+define BLURB
+ Complexity provides tools for finding regions of code that are
+ convoluted or otherwise difficult to understand.  This may help in
+ learning or reviewing unfamiliar code or in reminding yourself about
+ code you wrote that seemed comprehensible at the time of writing.
+endef
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]