From: Simon Sticko Date: Tue, 28 Mar 2017 07:13:03 +0000 (+0200) Subject: Update documentation on location of astyle.rc. X-Git-Tag: v9.0.0-rc1~1774^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c222a084837c19f3d85f3670119cfe7f27c4d9a7;p=dealii.git Update documentation on location of astyle.rc. --- diff --git a/doc/doxygen/headers/coding_conventions.h b/doc/doxygen/headers/coding_conventions.h index 15fa315e80..0ae51f4d93 100644 --- a/doc/doxygen/headers/coding_conventions.h +++ b/doc/doxygen/headers/coding_conventions.h @@ -36,14 +36,14 @@ code is written, without having to look up the exact definition of something. style file is provided at
-  ./contrib/utilities/astyle.rc
+  ./contrib/styles/astyle.rc
 

Before a commit, you should run

-  astyle --options=<SOURCE DIRECTORY>/contrib/utilities/astyle.rc <file>
+  astyle --options=<SOURCE DIRECTORY>/contrib/styles/astyle.rc <file>
 
on each of your files. This will make sure indentation is conforming to the