From: Timo Heister Date: Thu, 13 Feb 2014 01:25:03 +0000 (+0000) Subject: doxygen @code formatting X-Git-Tag: v8.2.0-rc1~840 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0f49e6f25e69a234231ad86f481284367b35fe1;p=dealii.git doxygen @code formatting git-svn-id: https://svn.dealii.org/trunk@32467 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/path_search.h b/deal.II/include/deal.II/base/path_search.h index 0f47865a7a..1114ebc880 100644 --- a/deal.II/include/deal.II/base/path_search.h +++ b/deal.II/include/deal.II/base/path_search.h @@ -49,8 +49,7 @@ DEAL_II_NAMESPACE_OPEN * @code * #include * - DEAL_II_NAMESPACE_OPEN - * PathSearch search("MESH"); + * dealii::PathSearch search("MESH"); * std::string full_name = search.find("grid"); * std::ifstream in(full_name.c_str()); * ...