]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix one more possible occurrence of dollar signs.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Aug 2007 19:43:10 +0000 (19:43 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Aug 2007 19:43:10 +0000 (19:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@14971 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/tutorial/program2doxyplain

index eb817a625ac0c0fd6c871fabd0d01c23c9793125..8b007336f26d327b46a4565aa4bba6917981ea88 100644 (file)
@@ -22,12 +22,14 @@ while (<>) {
     # adding a space
     #
     # we also need to somehow strip the $ signs out of the svn Id: string
-    # to avoid trouble
+    # to avoid trouble. The same holds for the $Name:$ tags.
     if ( ! m!^\s*//! ) {
         s!/\*!/ \*!g;
         s!\*/!\* /!g;
 
        s!\$Id:(.*)\$!Subversion Id: \1!g;
+       s!\$Name:?(.*)\$!Name: \1!g;
+
        print " * $_";
     } else {
        # for comments, all we do is replace section headers, and

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.