From cb0a7be9cd9b6db1a19c59c47d7240e2918f6703 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 10 Jul 2015 10:19:19 -0400 Subject: [PATCH] Fix some minor doxygen issues in step-32. Doxygen did not pick up the quoted text next to a @ref correctly, so I reworded the paragraph to not need the quoted text. --- examples/step-32/step-32.cc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/examples/step-32/step-32.cc b/examples/step-32/step-32.cc index 929600dc9e..c83ff0bda9 100644 --- a/examples/step-32/step-32.cc +++ b/examples/step-32/step-32.cc @@ -327,13 +327,12 @@ namespace Step32 // distinguish between structs and classes). // // Regarding the Scratch objects, each struct is equipped with a constructor - // that creates an FEValues object for a @ref FiniteElement "finite - // element", a @ref Quadrature "quadrature formula", the @ref Mapping - // "mapping" that describes the interpolation of curved boundaries, and some - // @ref UpdateFlags "update flags". Moreover, we manually implement a copy - // constructor (since the FEValues class is not copyable by itself), and - // provide some additional vector fields that are used to hold intermediate - // data during the computation of local contributions. + // that creates an @ref FEValues object using the @ref FiniteElement, + // Quadrature, @ref Mapping (which describes the interpolation of curved + // boundaries), and @ref UpdateFlags instances. Moreover, we manually + // implement a copy constructor (since the FEValues class is not copyable by + // itself), and provide some additional vector fields that are used to hold + // intermediate data during the computation of local contributions. // // Let us start with the scratch arrays and, specifically, the one used for // assembly of the Stokes preconditioner: -- 2.39.5