]> https://gitweb.dealii.org/ - dealii.git/commitdiff
doxygen: do not remove multiline code comments 9570/head
authorTimo Heister <timo.heister@gmail.com>
Wed, 26 Feb 2020 19:06:56 +0000 (14:06 -0500)
committerTimo Heister <timo.heister@gmail.com>
Wed, 26 Feb 2020 19:06:56 +0000 (14:06 -0500)
Code in tutorials that contains multiline comments like

/*keep_constrained_dofs = */ false

were being replaced by

/ *keep_constrained_dofs = * / false

I don't see why this is necessary. The documentation looks correct to
me.

fixes #9554

doc/doxygen/scripts/program2doxygen

index 5ec2cff91892839f8037aebe11bc1c9126fd4f28..11fdbf637e4005fd4f0f3cff6ca8b1c72a19c462 100644 (file)
@@ -38,11 +38,6 @@ print " * \n";
 
 do {
 
-    # Make sure that we don't output comment end markers that might confuse
-    # doxygen.
-    s!/\*!/ \*!g;
-    s!\*/!\* /!g;
-
     # substitute tabs
     s/\t/        /g;
 

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.