From e7a827290caa972a81a4488582998bcc2e4a2dbb Mon Sep 17 00:00:00 2001 From: Daniel Garcia-Sanchez Date: Mon, 6 Aug 2018 20:11:32 +0200 Subject: [PATCH] Use CamelCase in namespaces --- 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 d8289c440c..bd1d221cca 100644 --- a/doc/doxygen/headers/coding_conventions.h +++ b/doc/doxygen/headers/coding_conventions.h @@ -148,8 +148,8 @@ executable. @endcode where ClassName is the name of the calling class. -
  • Classes and types generally are named using uppercase letters to denote - word beginnings (e.g. TriaIterator) — sometimes called +
  • Classes, namespaces and types generally are named using uppercase letters + to denote word beginnings (e.g. TriaIterator) — sometimes called camel case — while functions and variables use lowercase letters and underscores to separate words. -- 2.39.5