From 0e240d0400dfcdc153ef15fb43607410f1ba5712 Mon Sep 17 00:00:00 2001
From: young <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 30 Nov 2010 10:33:04 +0000
Subject: [PATCH] Fix missing block for doxygen

git-svn-id: https://svn.dealii.org/trunk@22889 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/include/deal.II/integrators/divergence.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/deal.II/include/deal.II/integrators/divergence.h b/deal.II/include/deal.II/integrators/divergence.h
index 57145b923c..ef132ecee3 100644
--- a/deal.II/include/deal.II/integrators/divergence.h
+++ b/deal.II/include/deal.II/integrators/divergence.h
@@ -287,6 +287,7 @@ namespace LocalIntegrators
  *  (\mathbf u_1\cdot \mathbf n_1 + \mathbf u_2 \cdot \mathbf n_2)
  *  (\mathbf v_1\cdot \mathbf n_1 + \mathbf v_2 \cdot \mathbf n_2)
  * \,ds
+ * @f]
  */
     template<int dim>
     void
-- 
2.39.5