FLTK logo

[Library] r8480 - branches/branch-1.3/documentation

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r8480 - branches/branch-1.3/documentation fltk-dev Feb 27, 2011  
 
Author: AlbrechtS
Date: 2011-02-27 06:48:20 -0800 (Sun, 27 Feb 2011)
New Revision: 8480
Log:
Updated documentation/strip_tags for usage of doxygen 1.7.3.


Modified:
   branches/branch-1.3/documentation/strip_tags

Modified: branches/branch-1.3/documentation/strip_tags
===================================================================
--- branches/branch-1.3/documentation/strip_tags	2011-02-27 12:04:35 UTC (rev 8479)
+++ branches/branch-1.3/documentation/strip_tags	2011-02-27 14:48:20 UTC (rev 8480)
@@ -1,5 +1,5 @@
 for f in html/*.html ; do
-  sed 's/<!-- ... ... .*:..:.. ....\. -->/<!-- date removed for reducing unnecessary svn web updates  -->/' $f > $f.tmp
+  sed 's/<!-- ... ... .*:..:..\. -->/<!-- date removed for reducing unnecessary svn web updates  -->/' $f > $f.tmp
   rm $f
   mv $f.tmp $f
 done

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.