]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove backticks 4775/head
authorTimo Heister <timo.heister@gmail.com>
Sun, 13 Aug 2017 22:16:25 +0000 (16:16 -0600)
committerTimo Heister <timo.heister@gmail.com>
Sun, 13 Aug 2017 22:16:57 +0000 (16:16 -0600)
include/deal.II/meshworker/assemble_flags.h
include/deal.II/meshworker/mesh_loop.h

index 17d1c05e10e9e7b9d1ae4d3e56bb205f7f8387dd..e7faafb6c51b78242b2fe9ac6fc59fe0ea6f0e5e 100644 (file)
@@ -34,7 +34,7 @@ namespace MeshWorker
    * elements need to be assembled.
    *
    * You can select more than one flag by concatenation using the bitwise or
-   * `operator|(AssembleFlags,AssembleFlags)`.
+   * <code>operator|(AssembleFlags,AssembleFlags)</code>.
    *
    * @author Luca Heltai, 2017.
    */
index 51a7f756a9c3e9249aea86a5e8e60010aa08e61c..dbd7c3b85ce735276617e5ca208e524170644247 100644 (file)
@@ -67,9 +67,9 @@ namespace MeshWorker
    * AssembleFlags @p flags that are passed. The @p cell_worker is passed the
    * cell identifier, a ScratchData object, and a CopyData object, following
    * the same principles of WorkStream::run. Internally the function passes to
-   * `boundary_worker`, in addition to the above, also a `face_no` parameter
+   * @p boundary_worker, in addition to the above, also a @p face_no parameter
    * that identifies the face on which the integration should be performed. The
-   * `face_worker` instead needs to identify the current face unambiguously both on
+   * @p face_worker instead needs to identify the current face unambiguously both on
    * the cell and on the neighboring cell, and it is therefore called with six
    * arguments (three for each cell: the actual cell, the face index, and
    * the subface_index. If no subface integration is needed, then the
@@ -83,12 +83,12 @@ namespace MeshWorker
    * AssembleFlags::cells_first.
    *
    * If the flag AssembleFlags::assemble_own_interior_faces_once is specified,
-   * then each interior face is visited only once, and the `face_worker` is
+   * then each interior face is visited only once, and the @p face_worker is
    * assumed to integrate all face terms at once (and add contributions to both
    * sides of the face in a discontinuous Galerkin setting).
    *
    * This method is equivalent to the WorkStream::run() method when
-   * AssembleFlags contains only `assemble_own_cells`, and can be used as a
+   * AssembleFlags contains only @p assemble_own_cells, and can be used as a
    * drop-in replacement for that method.
    *
    * The two data types ScratchData and CopyData need to have a working copy

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.