From 3a8d4afad4b5db68545a00d97406ba83c2566a3f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 20 Mar 2008 00:25:53 +0000 Subject: [PATCH] Document namespace dealii. git-svn-id: https://svn.dealii.org/trunk@15911 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/namespace_dealii.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 deal.II/doc/doxygen/headers/namespace_dealii.h diff --git a/deal.II/doc/doxygen/headers/namespace_dealii.h b/deal.II/doc/doxygen/headers/namespace_dealii.h new file mode 100644 index 0000000000..8311f510ec --- /dev/null +++ b/deal.II/doc/doxygen/headers/namespace_dealii.h @@ -0,0 +1,11 @@ +/** + * This is the namespace in which everything in deal.II is in. To avoid + * prefixing every class and function call with dealii::, the @ref Tutorial + * therefore have a using namespace dealii; at the top of the + * code. + * + * In this documentation, the namespace prefix is suppressed for brevity. + */ +namespace dealii +{ +} -- 2.39.5