From 89ac7ff40b36d0418f41d7ebb2acf17cfdad1bef Mon Sep 17 00:00:00 2001 From: Andrew Heather Date: Fri, 8 Jan 2016 12:37:24 +0000 Subject: [PATCH] ENH: Doxygen updates --- bin/tools/doxyFilter.sed | 2 +- doc/Doxygen/Doxyfile | 8 +++++-- doc/Doxygen/_Footer | 2 +- doc/Doxygen/css/cfdLayout.css | 7 +++--- doc/Doxygen/css/cfdNav.css | 5 +++-- doc/Doxygen/css/doxyMod.css | 21 +++++++++++++++++- doc/Doxygen/css/doxygen.css | 6 ++--- doc/Doxygen/css/img/OpenFOAMlogo.png | Bin 6140 -> 5622 bytes src/OpenFOAM/global/foamDoc.H | 7 +++--- .../DES/DESModel/DESModelDoc.H | 2 +- .../RASBoundaryConditionsDoc.H | 7 ------ .../turbulenceBoundaryConditionsDoc.H | 4 ++-- 12 files changed, 45 insertions(+), 26 deletions(-) diff --git a/bin/tools/doxyFilter.sed b/bin/tools/doxyFilter.sed index e2aecb8b8d..f3bec2901f 100644 --- a/bin/tools/doxyFilter.sed +++ b/bin/tools/doxyFilter.sed @@ -175,7 +175,7 @@ s/.*\*\//\*\// # convert /heading in source files to bold font and add some space -s#\\heading \(.*\)#
\1#g +s#\\heading \(.*\)#
\1
#g # add a linebreak s#\\linebreak#
#g diff --git a/doc/Doxygen/Doxyfile b/doc/Doxygen/Doxyfile index ddbe275ff9..4e86e5338d 100644 --- a/doc/Doxygen/Doxyfile +++ b/doc/Doxygen/Doxyfile @@ -769,6 +769,10 @@ INPUT = $(WM_PROJECT_DIR)/src \ $(WM_PROJECT_DIR)/applications/utilities \ $(WM_PROJECT_DIR)/applications/solvers +#For testing only +#INPUT = $(WM_PROJECT_DIR)/src/OpenFOAM/global \ +# $(WM_PROJECT_DIR)/applications/solvers/incompressible + # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses # libiconv (or the iconv built into libc) for the transcoding. See the libiconv @@ -1172,7 +1176,7 @@ HTML_DYNAMIC_SECTIONS = NO # Minimum value: 0, maximum value: 9999, default value: 100. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_INDEX_NUM_ENTRIES = 100 +HTML_INDEX_NUM_ENTRIES = 2 # If the GENERATE_DOCSET tag is set to YES, additional index files will be # generated that can be used as input for Apple's Xcode 3 integrated development @@ -1421,7 +1425,7 @@ EXT_LINKS_IN_WINDOW = NO # Minimum value: 8, maximum value: 50, default value: 10. # This tag requires that the tag GENERATE_HTML is set to YES. -FORMULA_FONTSIZE = 10 +FORMULA_FONTSIZE = 12 # Use the FORMULA_TRANPARENT tag to determine whether or not the images # generated for formulas are transparent PNGs. Transparent PNGs are not diff --git a/doc/Doxygen/_Footer b/doc/Doxygen/_Footer index abac826396..e558a423e7 100644 --- a/doc/Doxygen/_Footer +++ b/doc/Doxygen/_Footer @@ -2,7 +2,7 @@