From b3b16e7fa3b067f2caaa78e2255baae33f092eb4 Mon Sep 17 00:00:00 2001 From: Simon Sticko Date: Tue, 28 Mar 2017 09:13:03 +0200 Subject: [PATCH] Update documentation on location of astyle.rc. --- doc/doxygen/headers/coding_conventions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5