diff --git a/crlcore/doc/crlcore/CMakeLists.txt b/crlcore/doc/crlcore/CMakeLists.txt index 27747386..dc6da008 100644 --- a/crlcore/doc/crlcore/CMakeLists.txt +++ b/crlcore/doc/crlcore/CMakeLists.txt @@ -4,14 +4,15 @@ set ( latexInstallDir share/doc/coriolis2/en/latex/crlcore ) set ( doxExtras closed.png open.png - jquery.js - dynsections.js + tabs.css ) - add_custom_target ( documentation ALL cd ${CRLCORE_SOURCE_DIR}/doc/crlcore && ${DOXYGEN_EXECUTABLE} doxyfile ) + add_custom_target ( documentation ALL + cd ${CRLCORE_SOURCE_DIR}/doc/crlcore + && ${DOXYGEN_EXECUTABLE} doxyfile + && cp -f ${doxExtras} html + ) install ( DIRECTORY html/ DESTINATION ${htmlInstallDir} ) - install ( FILES ${docExtras} DESTINATION ${htmlInstallDir} ) - install ( DIRECTORY latex/ DESTINATION ${latexInstallDir} ) install ( FILES socbook.cls DESTINATION ${latexInstallDir} ) diff --git a/crlcore/doc/crlcore/SoC.css b/crlcore/doc/crlcore/SoC.css index 90b66894..44bae898 100644 --- a/crlcore/doc/crlcore/SoC.css +++ b/crlcore/doc/crlcore/SoC.css @@ -130,19 +130,19 @@ pre { font-size: 80%; - border: dashed; + /*border: dashed;*/ border-width: thin; border-color: #003300; - /* - background-color: #EEEEEE; - */ + /*background-color: #EEEEEE;*/ background-color: #FCFCE1; padding: 0.5em; margin-left: 2em; margin-right: 2em } +/* tt { color: green; } + */ em { font-style: italic; font-weight: normal; } strong { font-weight: bold; } @@ -196,6 +196,10 @@ /*font-family: times, verdana, sans-serif;*/ } + h2.memtitle { + display: none; + } + center.header { background-color: #CCE6CA; } @@ -269,16 +273,21 @@ font-size: 110%; } + table.classHierarchy a { + border-style: none; + border-bottom: none; + } + table.classHierarchy tr { border: 1px solid blue; } table.classHierarchy td.normal { - border: 1px solid #CCE6CA; + border: 1px solid #dddddd; width: 140pt; text-align: center; font-weight: bold; - background-color: #CCE6CA; + background-color: #dddddd; } table.classHierarchy td.virtual { @@ -289,11 +298,11 @@ } table.classHierarchy td.wnormal { - border: 1px solid #CCE6CA; + border: 1px solid #dddddd; width: 240pt; text-align: center; font-weight: bold; - background-color: #CCE6CA; + background-color: #dddddd; } table.classHierarchy td.wvirtual { @@ -303,12 +312,13 @@ font-weight: bold; } - div.ah { + div.ah, span.ah { font-family: Times; font-size: 300%; font-weight: bold; padding: 20px; } + div.title { text-align: center; font-size: 200%; @@ -317,7 +327,7 @@ border: 2px solid black; } - div.center { + div.center, div.image { text-align: center; } @@ -594,7 +604,7 @@ /*border-width: thin; */ /*border-color: #003300;*/ /*background-color: #FCFCE1;*/ - background-color: #FCFCE1; + background-color: #fefefe; padding: 0.5em; margin-left: 5%; margin-right: 5% @@ -775,6 +785,10 @@ * General Classes Index. */ + span.icona { + margin-right: 10pt; + } + div.toc li.level1 { margin-left: 0px; } diff --git a/crlcore/doc/crlcore/header.html b/crlcore/doc/crlcore/header.html index f36c2386..78dfdd27 100644 --- a/crlcore/doc/crlcore/header.html +++ b/crlcore/doc/crlcore/header.html @@ -6,6 +6,7 @@ +

Coriolis Core (CRL) Documentation