From 82cceeaf177ff2e1e9576b50702c4472c753c975 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 18 Aug 2014 20:36:41 +0400 Subject: [PATCH] Doxygen Style brokes the Redmine's header. Fixed. --- chiliproject_doxygen.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chiliproject_doxygen.sh b/chiliproject_doxygen.sh index a9a05b5..49bd190 100755 --- a/chiliproject_doxygen.sh +++ b/chiliproject_doxygen.sh @@ -180,6 +180,12 @@ for i in `seq 0 $((n-1))`; do # run doxygen generator doxygen doxygen.conf + # Fix Fonts in the Redmine's Header + sed -i 's~^body, table, div, p, dl {$~table, p, dl {~' html/doxygen.css + #bad sed '/^h1\.groupheader {/,+3 d' html/doxygen.css + sed -i '/^h1\.groupheader {$/,/^}$/d' html/doxygen.css + sed -i '/^a {$/,/^}$/d' html/doxygen.css + # README in title page README="`find -maxdepth 1 -type f -iname 'readme*' | head -n1`" if [ -f "$README" ]; then