From: Niklas Fehn Date: Sun, 24 Apr 2022 13:36:30 +0000 (+0200) Subject: add link to github wiki X-Git-Tag: v9.4.0-rc1~287^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d320c0d6ea366583a0e3fabe039267c6fc64fdf;p=dealii.git add link to github wiki --- 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