]> https://gitweb.dealii.org/ - release-papers.git/commitdiff
update tasks
authorTimo Heister <timo.heister@gmail.com>
Mon, 13 May 2019 17:06:19 +0000 (11:06 -0600)
committerTimo Heister <timo.heister@gmail.com>
Mon, 13 May 2019 17:06:19 +0000 (11:06 -0600)
release-tasks

index 9b07b48ef6d99900bb8e2028c4beebb26e4c4849..bea5b1602f79281622049abb3d99ce76db68c520 100644 (file)
@@ -198,19 +198,17 @@ Contributors for 9.1: (updated 2019-05-12)
 
 
 0b/ Check for doxygen formatting problems by running contrib/utilities/checkdoxygen.py:
-      find include -name "*h" -print | xargs -n 1 ./contrib/utilities/checkdoxygen.py
+      find include -name "*.h" -print | xargs -n 1 ./contrib/utilities/checkdoxygen.py
     and push the corresponding changes
 
 
 0c/ Fix formatting bugs reported by:
 
     cd include;
-    find . -name "*h" -print | while read file;do ../contrib/utilities/wrapcomments.py $file >temp;done
+    find . -name "*.h" -print | while read file;do ../contrib/utilities/wrapcomments.py $file >temp;done
 
     [ NOTE: Do not use wrapcomments.py to actually reflow comments - the
-      script is broken at the moment - Timo & Matthias 2019/05/13 ]
-
-    [ make sure you don't mess up polynomials_bdm.h ... ]
+      script causes too much churn with little value - Timo & Matthias 2019/05/13 ]
 
     Also check:
     grep -l '@ref[^"]*"[^"]*$' **/*.h

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.