From: Wolfgang Bangerth Date: Mon, 23 Jan 2006 23:40:09 +0000 (+0000) Subject: Allow doxygen to actually link to the member referenced. X-Git-Tag: v8.0.0~12534 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db16b97a372ef869a5bd664d873b221cb2831a72;p=dealii.git Allow doxygen to actually link to the member referenced. git-svn-id: https://svn.dealii.org/trunk@12141 0785d39b-7218-0410-832d-ea1e28bc413d --- 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