From: Luca Heltai Date: Thu, 10 May 2018 12:16:57 +0000 (+0200) Subject: Fixed WB comment. Removed temporaryly the random new style. X-Git-Tag: v9.1.0-rc1~1151^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ce19894c8e95fcf1deecfe655fd5ca24dedf029;p=dealii.git Fixed WB comment. Removed temporaryly the random new style. --- diff --git a/doc/doxygen/scripts/program2doxygen b/doc/doxygen/scripts/program2doxygen index 054f63ce0c..f2c27cda77 100644 --- a/doc/doxygen/scripts/program2doxygen +++ b/doc/doxygen/scripts/program2doxygen @@ -55,7 +55,7 @@ do { } $state = $code_fragment_mode; # Make sure we distinguish from the other code style - print " *
\n"; + print " *
\n"; } # We shall skip something... elsif (($state != $skip_mode) && m!^\s*//\s*\@cond SKIP!) diff --git a/doc/doxygen/stylesheet.css b/doc/doxygen/stylesheet.css index 1af448ac6f..b6b49bffdc 100644 --- a/doc/doxygen/stylesheet.css +++ b/doc/doxygen/stylesheet.css @@ -84,8 +84,8 @@ div.image img[src="fe_enriched_h-refinement.png"] { /* - * environment for custom codes + * environment for code fragments in tutorial comments */ -.inlineddealii { - background-color: #FF33F0; +.CodeFragmentInTutorialComment { + /* background-color: #FF33F0; */ }