From: Wolfgang Bangerth Date: Fri, 14 Sep 2007 13:35:20 +0000 (+0000) Subject: Also list coding conventions in the long table X-Git-Tag: v8.0.0~9843 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88199b11ebc725e453dfb51eedc223470f2b32bf;p=dealii.git Also list coding conventions in the long table git-svn-id: https://svn.dealii.org/trunk@15215 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/toc.html b/deal.II/doc/development/toc.html index ac3aee25ef..25eec82514 100644 --- a/deal.II/doc/development/toc.html +++ b/deal.II/doc/development/toc.html @@ -64,6 +64,12 @@ make sure that our tests don't break any existing functionality. This page explains its use.

+ +
  • Coding conventions: We try to adhere to a + set of coding conventions to ensure that the use of different + parts of the library is as uniform as possible. Please read + through them if you think about contributing code. Finally, here are a few pages that are automatically generated. Note