[cig-commits] commit 2507 by heister to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Sun Apr 13 07:50:42 PDT 2014


Revision 2507

update tasklist

U   trunk/aspect/doc/release-tasklist


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=2507&peg=2507

Diff:
Modified: trunk/aspect/doc/release-tasklist
===================================================================
--- trunk/aspect/doc/release-tasklist	2014-04-13 14:50:15 UTC (rev 2506)
+++ trunk/aspect/doc/release-tasklist	2014-04-13 14:50:40 UTC (rev 2507)
@@ -2,6 +2,10 @@
   . go through the list of TODOs in the source code and see what can be done
   . make sure the description of the interfaces that need to be updated
     are up to date in the manual
+  . fix doxygen errors:
+    find include -name "*h" -print | xargs -n 1 deal-trunk/tests/scripts/checkdoxygen.py
+  . fix formatting:
+    find . -name "*h" -print | while read file;do deal.II/contrib/utilities/wrapcomments.py $file >temp;mv temp $file;done
   . apply astyle formatting, see doc/astyle.rc
   . update copyright years of all files
   . update changes.h in doc/modules:


More information about the CIG-COMMITS mailing list