Revision: 41594
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41594&view=rev
Author:   davidloman
Date:     2010-12-14 14:27:03 +0000 (Tue, 14 Dec 2010)

Log Message:
-----------
Make the file footer generator for rt^3 generate C style comments.

Modified Paths:
--------------
    rt^3/trunk/cmake/rt3commons.cmake

Modified: rt^3/trunk/cmake/rt3commons.cmake
===================================================================
--- rt^3/trunk/cmake/rt3commons.cmake   2010-12-14 14:09:23 UTC (rev 41593)
+++ rt^3/trunk/cmake/rt3commons.cmake   2010-12-14 14:27:03 UTC (rev 41594)
@@ -28,13 +28,15 @@
  
 
 
-SET (RT3_FILE_FOOTER "// Local Variables: ***
-// mode: C++ ***
-// tab-width: 8 ***
-// c-basic-offset: 2 ***
-// indent-tabs-mode: t ***
-// End: ***
-// ex: shiftwidth=2 tabstop=8
+SET (RT3_FILE_FOOTER "/*
+ * Local Variables: ***
+ * mode: C++ ***
+ * tab-width: 8 ***
+ * c-basic-offset: 2 ***
+ * indent-tabs-mode: t ***
+ * End: ***
+ * ex: shiftwidth=2 tabstop=8
+ */
 ")
 
 


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

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to