From 3ce19894c8e95fcf1deecfe655fd5ca24dedf029 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Thu, 10 May 2018 14:16:57 +0200 Subject: [PATCH] Fixed WB comment. Removed temporaryly the random new style. --- doc/doxygen/scripts/program2doxygen | 2 +- doc/doxygen/stylesheet.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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; */ } -- 2.39.5