From 10143d1ff0cef3813cc9fd94e5067c64d9f7500e Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 4 Sep 2007 00:21:35 +0000 Subject: [PATCH] Change the style of documentation. For whatever reason, doxygen generates dangling references before and it works now. git-svn-id: https://svn.dealii.org/trunk@15110 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_object.h | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria_object.h b/deal.II/deal.II/include/grid/tria_object.h index 22d2cb672d..b847ccd549 100644 --- a/deal.II/deal.II/include/grid/tria_object.h +++ b/deal.II/deal.II/include/grid/tria_object.h @@ -100,18 +100,25 @@ namespace internal protected: /** - * Global indices of the two end points. + * Global indices of the two end + * points. */ int faces[GeometryInfo::faces_per_cell]; }; - /// Legacy typedef + /** + * Legacy typedef. + */ typedef TriaObject<1> Line; - /// Legacy typedef + /** + * Legacy typedef. + */ typedef TriaObject<2> Quad; - /// Legacy typedef + /** + * Legacy typedef. + */ typedef TriaObject<3> Hexahedron; //----------------------------------------------------------------------// -- 2.39.5