From: David Wells Date: Sun, 5 Jun 2016 21:52:30 +0000 (-0400) Subject: Fix some spurious doxygen links. X-Git-Tag: v8.5.0-rc1~985^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94d44c451e66e3e65cf7222bc2efac39af69d79e;p=dealii.git Fix some spurious doxygen links. --- diff --git a/examples/step-22/doc/results.dox b/examples/step-22/doc/results.dox index a858d39ab9..52868456a1 100644 --- a/examples/step-22/doc/results.dox +++ b/examples/step-22/doc/results.dox @@ -5,8 +5,9 @@

2D calculations

-Running the program with the space dimension set to 2 in main() -yields the following output (in "release mode", @dealiiVideoLectureSeeAlso{18}): +Running the program with the space dimension set to 2 in the main +function yields the following output (in "release mode", +@dealiiVideoLectureSeeAlso{18}): @code examples/\step-22> make run Refinement cycle 0 diff --git a/examples/step-22/step-22.cc b/examples/step-22/step-22.cc index 4f9910360e..09cc5c59bf 100644 --- a/examples/step-22/step-22.cc +++ b/examples/step-22/step-22.cc @@ -659,8 +659,8 @@ namespace Step22 // elements are primitive). Instead of multiplying the tensor // representing the dim+1 values of shape function i with the // whole right-hand side vector, we only look at the only - // non-zero component. The Function - // FiniteElement::system_to_component_index(i) will return + // non-zero component. The function + // FiniteElement::system_to_component_index will return // which component this shape function lives in (0=x velocity, // 1=y velocity, 2=pressure in 2d), which we use to pick out // the correct component of the right-hand side vector to