From: Wolfgang 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-Tag: v8.0.0~9938 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf7b64a79b029961767b12dec30fe87baa49439c;p=dealii.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; //----------------------------------------------------------------------//