From 7fa2092e18ecc0868bb718ad8267920d9ca0ab19 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 13 Sep 2007 23:27:58 +0000 Subject: [PATCH] Reword a few things git-svn-id: https://svn.dealii.org/trunk@15209 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/coding_conventions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/doxygen/headers/coding_conventions.h b/deal.II/doc/doxygen/headers/coding_conventions.h index be768dabe3..2f9a435d5a 100644 --- a/deal.II/doc/doxygen/headers/coding_conventions.h +++ b/deal.II/doc/doxygen/headers/coding_conventions.h @@ -14,7 +14,7 @@ /** * @page CodingConventions Coding conventions used throughout deal.II -Throught deal.II, we strive to keep our programming style and the kind +Throughout deal.II, we strive to keep our programming style and the kind of interfaces we provide as consistent as possible. To this end, we have adopted a set of coding conventions that we attempt to follow wherever possible. When reading through them, it is important to @@ -27,7 +27,7 @@ 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. -The following are the general rules we have attempted to follow: +The following are the general rules we attempt to follow:
  1. %Functions which return the number of something (number of cells, -- 2.39.5