]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some doxygen links.
authorDavid Wells <wellsd2@rpi.edu>
Fri, 8 Dec 2017 00:34:34 +0000 (19:34 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Fri, 8 Dec 2017 00:34:34 +0000 (19:34 -0500)
doc/doxygen/headers/iterators.h

index b079888f1cfcab9beda6081f30c1bcb68cbedc48..9fbe3ee29ece93561c7799c7f1ad729a59dbb5a4 100644 (file)
@@ -282,19 +282,19 @@ as the function that generate such objects:
   <tr>
     <th>Triangulation</th>
     <td>typename Triangulation::cell_iterator</td>
-    <td>triangulation.begin()</td>
+    <td>Triangulation::begin()</td>
   </tr>
 
   <tr>
     <th>DoFHandler</th>
     <td>typename DoFHandler::cell_iterator</td>
-    <td>dof_handler.begin()</td>
+    <td>DoFHandler::begin()</td>
   </tr>
 
   <tr>
     <th>hp::DoFHandler</th>
     <td>typename hp::DoFHandler::cell_iterator</td>
-    <td>hp_dof_handler.begin()</td>
+    <td>hp::DoFHandler::begin()</td>
   </tr>
 </table>
 
@@ -314,19 +314,19 @@ Active iterators have the following properties:
   <tr>
     <th>Triangulation</th>
     <td>typename Triangulation::active_cell_iterator</td>
-    <td>triangulation.begin_active()</td>
+    <td>Triangulation::begin_active()</td>
   </tr>
 
   <tr>
     <th>DoFHandler</th>
     <td>typename DoFHandler::active_cell_iterator</td>
-    <td>dof_handler.begin_active()</td>
+    <td>DoFHandler::begin_active()</td>
   </tr>
 
   <tr>
     <th>hp::DoFHandler</th>
     <td>typename hp::DoFHandler::active_cell_iterator</td>
-    <td>hp_dof_handler.begin_active()</td>
+    <td>hp::DoFHandler::begin_active()</td>
   </tr>
 </table>
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.