Revision: 56190
          http://sourceforge.net/p/brlcad/code/56190
Author:   carlmoore
Date:     2013-07-23 14:05:28 +0000 (Tue, 23 Jul 2013)
Log Message:
-----------
remove trailing blanks/tabs, fix spelling, and insert a hyphen

Modified Paths:
--------------
    brlcad/trunk/misc/DoxyfileLibs-defaults.in
    brlcad/trunk/misc/DoxyfileLibs.in

Modified: brlcad/trunk/misc/DoxyfileLibs-defaults.in
===================================================================
--- brlcad/trunk/misc/DoxyfileLibs-defaults.in  2013-07-23 13:48:00 UTC (rev 
56189)
+++ brlcad/trunk/misc/DoxyfileLibs-defaults.in  2013-07-23 14:05:28 UTC (rev 
56190)
@@ -282,12 +282,12 @@
 # determine which symbols to keep in memory and which to flush to disk.
 # When the cache is full, less often used symbols will be written to disk.
 # For small to medium size projects (<1000 input files) the default value is
-# probably good enough. For larger projects a too small cache size can cause
+# probably good enough. For larger projects a too-small cache size can cause
 # doxygen to be busy swapping symbols to and from disk most of the time
-# causing a significant performance penality.
+# causing a significant performance penalty.
 # If the system has enough physical memory increasing the cache will improve 
the
 # performance by keeping more symbols in memory. Note that the value works on
-# a logarithmic scale so increasing the size by one will rougly double the
+# a logarithmic scale so increasing the size by one will roughly double the
 # memory usage. The cache size is given by this formula:
 # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
 # corresponding to a cache size of 2^16 = 65536 symbols
@@ -548,7 +548,7 @@
 
 WARN_IF_DOC_ERROR      = YES
 
-# This WARN_NO_PARAMDOC option can be abled to get warnings for
+# This WARN_NO_PARAMDOC option can be enabled to get warnings for
 # functions that are documented, but have no documentation for their parameters
 # or return value. If set to NO (the default) doxygen will only warn about
 # wrong or incomplete parameter documentation, but not about the absence of
@@ -1011,7 +1011,7 @@
 SEARCHENGINE           = YES
 
 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be 
implemented using a PHP enabled web server instead of at the web client using 
Javascript. Doxygen will generate the search PHP script and index
-# file to put on the web server. The advantage of the server based approach is 
that it scales better to large projects and allows full text search. The 
disadvances is that it is more difficult to setup
+# file to put on the web server. The advantage of the server based approach is 
that it scales better to large projects and allows full text search. The 
disadvantage is that it is more difficult to set up
 # and does not have live searching capabilities.
 
 SERVER_BASED_SEARCH    = NO

Modified: brlcad/trunk/misc/DoxyfileLibs.in
===================================================================
--- brlcad/trunk/misc/DoxyfileLibs.in   2013-07-23 13:48:00 UTC (rev 56189)
+++ brlcad/trunk/misc/DoxyfileLibs.in   2013-07-23 14:05:28 UTC (rev 56190)
@@ -17,15 +17,15 @@
 # configuration options related to the input files
 #---------------------------------------------------------------------------
 
-#INPUT  = @CMAKE_SOURCE_DIR@/misc/doxygen_structure 
-#INPUT += @CMAKE_SOURCE_DIR@/include/ 
-#INPUT += @CMAKE_SOURCE_DIR@/src/libbu/ 
-#INPUT += @CMAKE_SOURCE_DIR@/src/libbn/ 
-#INPUT += @CMAKE_SOURCE_DIR@/src/librt/ 
-#INPUT += @CMAKE_SOURCE_DIR@/src/libpc/ 
+#INPUT  = @CMAKE_SOURCE_DIR@/misc/doxygen_structure
+#INPUT += @CMAKE_SOURCE_DIR@/include/
+#INPUT += @CMAKE_SOURCE_DIR@/src/libbu/
+#INPUT += @CMAKE_SOURCE_DIR@/src/libbn/
+#INPUT += @CMAKE_SOURCE_DIR@/src/librt/
+#INPUT += @CMAKE_SOURCE_DIR@/src/libpc/
 #INPUT += @CMAKE_SOURCE_DIR@/src/libbrep/
 
-INPUT  = @CMAKE_SOURCE_DIR@/misc/doxygen_structure_libs 
+INPUT  = @CMAKE_SOURCE_DIR@/misc/doxygen_structure_libs
 INPUT += @CMAKE_SOURCE_DIR@/include/raytrace.h
 
 FILE_PATTERNS          = *.h
@@ -102,8 +102,8 @@
 # undefined via #undef or recursively expanded use the := operator
 # instead of the = operator.
 
-PREDEFINED  = "BU_EXTERN(type_and_name,args)=extern type_and_name args" 
-PREDEFINED += "BU_EXPORT=" 
-PREDEFINED += "BN_EXPORT=" 
-PREDEFINED += "BN_EXPORT=" 
+PREDEFINED  = "BU_EXTERN(type_and_name,args)=extern type_and_name args"
+PREDEFINED += "BU_EXPORT="
+PREDEFINED += "BN_EXPORT="
+PREDEFINED += "BN_EXPORT="
 PREDEFINED += "FB_EXPORT="

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


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to