From 7b7918e581c5e2f5b8e9a782c6b4de3d6e595bd3 Mon Sep 17 00:00:00 2001 From: David Wells Date: Wed, 15 Jun 2016 22:10:48 -0400 Subject: [PATCH] Improve documentation of 'make indent'. This useful feature was added in 401f124203 (March 2016) but not mentioned in the documentation at that time. --- doc/doxygen/headers/coding_conventions.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/headers/coding_conventions.h b/doc/doxygen/headers/coding_conventions.h index b816f84d1d..02ab55bf35 100644 --- a/doc/doxygen/headers/coding_conventions.h +++ b/doc/doxygen/headers/coding_conventions.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 1998 - 2015 by the deal.II authors +// Copyright (C) 1998 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -47,7 +47,16 @@ style file is provided at on each of your files. This will make sure indentation is conforming to the -style guidelines outlined in this page.

+style guidelines outlined in this page. Alternatively, if you are using a recent +version of the library, you can run + +
+  make indent
+
+
+in whatever directory you set up the library to be compiled in to indent all +source files. +

Style issues

-- 2.39.5