From: Simon Sticko Date: Tue, 28 Mar 2017 07:13:03 +0000 (+0200) Subject: Update documentation on location of astyle.rc. X-Git-Tag: v8.5.0-rc2~15^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3b16e7fa3b067f2caaa78e2255baae33f092eb4;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