From 4d320c0d6ea366583a0e3fabe039267c6fc64fdf Mon Sep 17 00:00:00 2001 From: Niklas Fehn Date: Sun, 24 Apr 2022 15:36:30 +0200 Subject: [PATCH] add link to github wiki --- doc/doxygen/headers/coding_conventions.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/doxygen/headers/coding_conventions.h b/doc/doxygen/headers/coding_conventions.h index 4b31dc90ee..2cf9434f56 100644 --- a/doc/doxygen/headers/coding_conventions.h +++ b/doc/doxygen/headers/coding_conventions.h @@ -30,6 +30,10 @@ before output arguments of a function call. They also simplify reading code because some things become clear already by looking at the style a piece of code is written, without having to look up the exact definition of something. +

Notes on deal.II indentation

+ +See deal.II's wiki on github: Indentation +

Style issues

    -- 2.39.5