From db16b97a372ef869a5bd664d873b221cb2831a72 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 23 Jan 2006 23:40:09 +0000 Subject: [PATCH] Allow doxygen to actually link to the member referenced. git-svn-id: https://svn.dealii.org/trunk@12141 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/qprojector.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/base/include/base/qprojector.h b/deal.II/base/include/base/qprojector.h index 6eb5a85ad7..fc50a6ea8c 100644 --- a/deal.II/base/include/base/qprojector.h +++ b/deal.II/base/include/base/qprojector.h @@ -205,7 +205,7 @@ class QProjector * extends over a fraction of the * cell, the weights of the * resulting object are divided by - * GeometryInfo@::children_per_cell. + * GeometryInfo::children_per_cell. */ static Quadrature @@ -224,6 +224,7 @@ class QProjector project_to_line(const Quadrature<1>& quadrature, const Point& p1, const Point& p2); + /** * Since the * project_to_all_faces() and -- 2.39.5