From 5e65267c85c2d661aeb774c19b43cb84d16f9b1e Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 18 Mar 2008 21:15:37 +0000 Subject: [PATCH] Avoid a number of warnings we get with doxygen 1.5.5. git-svn-id: https://svn.dealii.org/trunk@15908 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/flow_function.h | 14 +++++++------- deal.II/deal.II/include/grid/grid_in.h | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deal.II/base/include/base/flow_function.h b/deal.II/base/include/base/flow_function.h index fea9f485f8..1631851d4a 100644 --- a/deal.II/base/include/base/flow_function.h +++ b/deal.II/base/include/base/flow_function.h @@ -244,23 +244,23 @@ namespace Functions private: /// The auxiliary function Psi. double Psi(double phi) const; - /// The derivative of #Psi + /// The derivative of Psi() double Psi_1(double phi) const; - /// The 2nd derivative of #Psi + /// The 2nd derivative of Psi() double Psi_2(double phi) const; - /// The 3rd derivative of #Psi + /// The 3rd derivative of Psi() double Psi_3(double phi) const; - /// The 4th derivative of #Psi + /// The 4th derivative of Psi() double Psi_4(double phi) const; /// The angle of the reentrant corner const double omega; /// The exponent of the radius static const double lambda; - /// Cosine of #lambda times #omega + /// Cosine of lambda times omega const double coslo; - /// Auxiliary variable 1+#lambda + /// Auxiliary variable 1+lambda const double lp; - /// Auxiliary variable 1-#lambda + /// Auxiliary variable 1-lambda const double lm; }; diff --git a/deal.II/deal.II/include/grid/grid_in.h b/deal.II/deal.II/include/grid/grid_in.h index ee7f9201d0..dfe30c48a2 100644 --- a/deal.II/deal.II/include/grid/grid_in.h +++ b/deal.II/deal.II/include/grid/grid_in.h @@ -212,7 +212,7 @@ class GridIn */ enum Format { - /// Use #default_format stored in this object + /// Use GridIn::default_format stored in this object Default, /// Use read_ucd() ucd, -- 2.39.5