From 803612f5a68e64e1147406f797631434bbe00db8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 20 Aug 2015 15:24:02 -0500 Subject: [PATCH] Fix a reference in a doxygen file. The entry in the table of contents no longer matches the heading in the main text. --- doc/doxygen/headers/vector_valued.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/headers/vector_valued.h b/doc/doxygen/headers/vector_valued.h index d9ef3a019a..b3e9f6b746 100644 --- a/doc/doxygen/headers/vector_valued.h +++ b/doc/doxygen/headers/vector_valued.h @@ -50,7 +50,7 @@ * %Table of contents * *
    - *
  1. @ref VVPhilosophy "A philosophical view of vector-valued problems" + *
  2. @ref VVExamples "Examples of vector-valued problems" *
  3. @ref VVFEs "Describing finite element spaces" *
  4. @ref VVAssembling "Assembling linear systems" *
  5. @ref VVAlternative "An alternative approach" @@ -61,7 +61,7 @@ * * * - * @anchor VVPhilosophy + * @anchor VVExamples *

    Examples of vector-valued problems

    * * The way one deals systematically with vector-valued problems is not -- 2.39.5