From: bangerth Date: Tue, 4 Sep 2007 00:21:35 +0000 (+0000) Subject: Change the style of documentation. For whatever reason, doxygen generates dangling... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10143d1ff0cef3813cc9fd94e5067c64d9f7500e;p=dealii-svn.git 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 --- 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; //----------------------------------------------------------------------//