From b0e869817cfd8000f2f37656be3e8ad4471a4315 Mon Sep 17 00:00:00 2001
From: Michael Wild <themiwi@users.sourceforge.net>
Date: Sat, 31 Aug 2013 14:15:24 +0200
Subject: [PATCH 1/1] DOC: Fix Doxygen formula command (/f vs. \f)

Signed-off-by: Michael Wild <themiwi@users.sourceforge.net>
---
 .../derived/oscillatingFixedValue/oscillatingFixedValueFvPatchField.H | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchField.H
index da45cdc..9b13ff9 100644
--- a/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchField.H
+++ b/src/finiteVolume/fields/fvPatchFields/derived/oscillatingFixedValue/oscillatingFixedValueFvPatchField.H
@@ -31,9 +31,9 @@ Description
     This boundary condition provides an oscillating condition in terms of
     amplitude and frequency.
 
-        /f[
+        \f[
             x_p = (1 + a sin(\pi f t))x_{ref} + x_o
-        /f]
+        \f]
 
     where
 
-- 
1.8.1.2

