Revision: 56661
          http://sourceforge.net/p/brlcad/code/56661
Author:   tbrowder2
Date:     2013-08-07 13:21:44 +0000 (Wed, 07 Aug 2013)
Log Message:
-----------
move 'purpose' to a comment to avoid 'unused variable' warnings

Modified Paths:
--------------
    brlcad/trunk/misc/auto-man-page/README.auto-man-page-handling

Modified: brlcad/trunk/misc/auto-man-page/README.auto-man-page-handling
===================================================================
--- brlcad/trunk/misc/auto-man-page/README.auto-man-page-handling       
2013-08-07 12:11:23 UTC (rev 56660)
+++ brlcad/trunk/misc/auto-man-page/README.auto-man-page-handling       
2013-08-07 13:21:44 UTC (rev 56661)
@@ -15,8 +15,7 @@
   (missing strings are an error; other missing parts will be warned
   about and generated with an appropropriate FIXME statement):
 
-  const char purpose[]   = "list directory contents"; /* brief!! */
-  const char usage[]     = "....";
+  const char usage[]     = "...."; /* mandatory */
   const char optstring[] = ""; /* mandatory for use with bu_getopt if it is 
used */
 
 + Each option must be described in its own comment section in one of
@@ -26,6 +25,10 @@
   /* opt: -a <Z> description of this option and its mandatory arg Z */
   /* opt: -d  description of this option which has no args */
 
++ The following is also mandatory:
+
+  /* purpose: ...brief description... */
+
 + The following is desired but not mandatory (a missing one will
   result in a FIXME DESCRIPTION section):
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to