]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Trick doxygen into doing the right thing. 6732/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 8 Jun 2018 05:21:18 +0000 (23:21 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 8 Jun 2018 05:21:18 +0000 (23:21 -0600)
Previously, there was a line that started with '4.', which doxygen markdown
interpreted as a entry in a numbered list -- amusingly then starting the
numbering in HTML with '1.'. Avoid this misinterpretation by just reindenting
the whole paragraph.

doc/doxygen/headers/multithreading.h

index 40105fc2be7cdb7b3499bca0543de6cbe266d358..41c2913338cee89f93a43f8f717dc3c6819da755 100644 (file)
  * generally coincide with entire code blocks.
  *
  * The point here is this: If we wanted to use threads to exploit the
- * independence of tasks 2 and 3, we would start two threads and run each of
- * tasks 2 and 3 on its own thread; we would then wait for the two threads to
- * finish (an operation called "joining a thread") and go on with statement
- * 4. Code to achieve this would look like this (the actual syntax is
- * explained in more detail below):
+ * independence of tasks 2 and 3, we would start two threads and run
+ * each of tasks 2 and 3 on its own thread; we would then wait for the
+ * two threads to finish (an operation called "joining a thread") and
+ * go on with statement 4. Code to achieve this would look like this
+ * (the actual syntax is explained in more detail below):
  * @code
    dof_handler.distribute_dofs (fe);
 

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.