documentation style cleanup for release
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 21 Feb 2014 13:25:59 +0000 (22:25 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 21 Feb 2014 13:26:22 +0000 (22:26 +0900)
this cleans up the doxygen generated docs to be acceptable for a
release - style is changed and unused images removed etc.

37 files changed:
doc/Doxyfile.in
doc/e.css
doc/foot.html
doc/head.html
doc/img/b1.png [deleted file]
doc/img/b2.png [deleted file]
doc/img/b3.png [deleted file]
doc/img/b4.png [deleted file]
doc/img/b5.png [deleted file]
doc/img/b6.png [deleted file]
doc/img/b7.png [deleted file]
doc/img/b8.png [deleted file]
doc/img/b9.png [deleted file]
doc/img/br.png [deleted file]
doc/img/button_background.png [deleted file]
doc/img/button_hover_background.png [deleted file]
doc/img/edoxy.css [deleted file]
doc/img/foot_bg.png [deleted file]
doc/img/footer_background.png [deleted file]
doc/img/head_bg.png [deleted file]
doc/img/header_background.png [deleted file]
doc/img/header_menu_background.png [deleted file]
doc/img/header_menu_background_last.png [deleted file]
doc/img/header_menu_current_background.png [deleted file]
doc/img/header_menu_hover_background.png [deleted file]
doc/img/header_menu_hover_background_left.png [deleted file]
doc/img/header_menu_unselected_background.png [deleted file]
doc/img/header_menu_unselected_next_background.png [deleted file]
doc/img/logo.png [deleted file]
doc/img/pn-1.png [deleted file]
doc/img/pn-2.png [deleted file]
doc/img/pn-3.png [deleted file]
doc/img/pn-4.png [deleted file]
doc/img/pn-6.png [deleted file]
doc/img/pn-7.png [deleted file]
doc/img/pn-8.png [deleted file]
doc/img/pn-9.png [deleted file]

index 704bfb6..7ebf827 100644 (file)
@@ -17,7 +17,7 @@ HHC_LOCATION           =
 GENERATE_CHI           = NO
 BINARY_TOC             = NO
 TOC_EXPAND             = NO
-DISABLE_INDEX          = YES
+DISABLE_INDEX          = NO
 EXTRACT_ALL            = NO
 EXTRACT_PRIVATE        = NO
 EXTRACT_STATIC         = NO
@@ -45,9 +45,9 @@ INLINE_INFO            = YES
 SORT_MEMBER_DOCS       = YES
 DISTRIBUTE_GROUP_DOC   = NO
 TAB_SIZE               = 2
-GENERATE_TODOLIST      = YES
-GENERATE_TESTLIST      = YES
-GENERATE_BUGLIST       = YES
+GENERATE_TODOLIST      = NO
+GENERATE_TESTLIST      = NO
+GENERATE_BUGLIST       = NO
 GENERATE_DEPRECATEDLIST= YES
 
 # Aliases used by epcref
index 2820ce3..e49a267 100644 (file)
--- a/doc/e.css
+++ b/doc/e.css
-/*****************************/
-/*  Body                     */
-/*****************************/
+body, table, div, p, dl {
+  font-family: sans-serif;
+  font-size: 9pt;
+}
+
 body {
-  background              : url(header_background.png) repeat-x top left;
-  background-color        : #404040;
-  padding                 : 0;
-  margin                  : 0;
+  background-color: #404040;
+  color: black;
+  margin: 0;
+}
+
+h1 {
+  font-size: 150%;
+}
+
+h2 {
+  font-size: 120%;
+}
+
+h3 {
+  font-size: 100%;
+}
+
+dt {
+  font-weight: bold;
+}
+
+div.multicol {
+  -moz-column-gap: 1em;
+  -webkit-column-gap: 1em;
+  -moz-column-count: 3;
+  -webkit-column-count: 3;
+}
+
+p.startli, p.startdd, p.starttd {
+  margin-top: 2px;
+}
+
+p.endli {
+  margin-bottom: 0px;
+}
+
+p.enddd {
+  margin-bottom: 4px;
+}
+
+p.endtd {
+  margin-bottom: 2px;
+}
+
+caption {
+  font-weight: bold;
+}
+
+span.legend {
+  font-size: 70%;
+  text-align: center;
+}
+
+h3.version {
+  font-size: 90%;
+  text-align: center;
+}
+
+div.navtab {
+  background-color: #606060;
+  border: 1px solid #303030;
+  text-align: center;
+}
+
+div.qindex {
+  background-color: #eeeeee;
+  text-align: center;
+  margin-left: auto;
+  margin-right: auto;
+  height: 18px;
+  overflow: hidden;
+  vertical-align: middle;
+}
+
+div.navpath {
+  width: 980px;
+  background-color: #606060;
+  text-align: center;
+  margin-left: auto;
+  margin-right: auto;
+  box-shadow: 0px 3px 5px #000000;
+  height: 18px;
+  overflow: hidden;
+  vertical-align: middle;
+}
+
+div.navtab {
+  margin-right: 15px;
+}
+
+a {
+  color: #3399ff;
+  font-weight: normal;
+  text-decoration: none;
+}
+
+.contents a:visited {
+  color: #2277aa;
+}
+
+a:hover {
+  text-decoration: underline;
+}
+
+a.qindex {
+  font-weight: bold;
+}
+
+a.qindexHL {
+  font-weight: bold;
+  background-color: #9CAFD4;
+  color: #ffffff;
+  border: 1px double #869DCA;
+}
+
+.contents a.qindexHL:visited {
+  color: #ffffff;
+}
+
+a.el {
+  font-weight: bold;
 }
 
-html, body {
-  height                  : 100%;
+a.elRef {
 }
 
+a.code, a.code:visited {
+  color: #4665A2;
+}
+
+a.codeRef, a.codeRef:visited {
+  color: #4665A2;
+}
+
+dl.el {
+  margin-left: -1cm;
+}
+
+.fragment {
+  font-family: monospace, mono, fixed;
+  font-size: 9pt;
+  white-space: pre;
+}
+
+.line {
+  font-family: monospace, mono, fixed;
+  font-size: 9pt;
+  line-height: 0%;
+}
+
+pre.fragment {
+  border: 1px solid #cccccc;
+  background-color: #eeeeee;
+  padding: 4px 6px;
+  margin: 4px 8px 4px 2px;
+  overflow: auto;
+  font-size: 9pt;
+}
+
+div.ah {
+  background-color: #000000;
+  font-weight: bold;
+  color: #ffffff;
+  margin-bottom: 3px;
+  margin-top: 3px;
+  padding: 0.2em;
+}
 
-/******************************************************/
-/* Centered Layout + 'stay on bottom' footer          */
-/******************************************************/
-#layout {
-  margin                  : 0 auto 0 auto;
-  min-width               : 700px;
-  width                   : 90%;
+div.groupHeader {
+  margin-left: 16px;
+  margin-top: 12px;
+  font-weight: bold;
 }
 
-#wrapper {
-  min-height              : 100%;
-  height                  : auto !important;
-  height                  : 100%;
-  margin                  : 0 auto -53px;
+div.groupText {
+  margin-left: 16px;
+  font-style: italic;
 }
 
-#footer, #push {
- height                   : 53px;
+td.indexkey {
+  background-color: #eeeeee;
+  font-weight: bold;
+  border: 1px solid #dddddd;
+  margin: 2px 0px 2px 0;
+  padding: 2px 10px;
+  white-space: nowrap;
+  vertical-align: top;
 }
 
-/****************************/
-/* Footer                   */
-/****************************/
-#sitefooter {
-  background              : url(footer_background.png) repeat-x;
-  height                  : 53px;
+td.indexvalue {
+  background-color: #eeeeee;
+  border: 1px solid #dddddd;
+  padding: 2px 10px;
+  margin: 2px 0px;
 }
 
-/*////////////////////////////////////////////////////////*/
-div.main {
-   vertical-align         : top;
+tr.memlist {
+  background-color: #EEF1F7;
 }
 
+p.formulaDsp {
+  text-align: center;
+}
+
+img.formulaDsp {
+}
 
-table.main {
-   width                  : 100%;
-   border                 : 0px;
-   margin                 : 0px;
-   padding                : 0px;
+img.formulaInl {
+  vertical-align: middle;
 }
 
-td.main {
-   width                  : 33%;
-   margin                 : 4px;
-   text-align             : left;
-   vertical-align         : top;
-   padding                : 8px;
+div.center {
+  text-align: center;
+  margin-top: 0px;
+  margin-bottom: 0px;
+  padding: 0px;
 }
 
-div.bod {
-   column-width           : 15em;
-   -moz-column-width      : 15em;
-   column-gap             : 2em;
-   -moz-column-gap        : 2em;
-   column-rule-style      : solid;
-   -moz-column-rule-style : solid;
-   column-rule-width      : 1px;
-   -moz-column-rule-width : 1px;
-   column-rule-color      : #303030;
-   -moz-column-rule-color : #303030;
-   overflow               : auto;
-   margin                 : 1em;
-   text-align             : left;
-   vertical-align         : top;
+div.center img {
+  border: 0px;
 }
 
+address.footer {
+  text-align: right;
+  padding-right: 12px;
+}
 
-div.fragment, div.code {
-   border                 : 1px solid #383838;
-   text-align             : left;
-   vertical-align         : middle;
-   padding                : 8px;
-   overflow               : auto;
+img.footer {
+  border: 0px;
+  vertical-align: middle;
 }
 
-pre {
-   border                 : 1px dotted #383838;
-   text-align             : left;
-   vertical-align         : middle;
-   padding                : 2px;
-   overflow               : auto;
+span.keyword {
+  color: #008000
+}
+
+span.keywordtype {
+  color: #604020
+}
+
+span.keywordflow {
+  color: #e08000
+}
+
+span.comment {
+  color: #800000
+}
+
+span.preprocessor {
+  color: #806020
+}
+
+span.stringliteral {
+  color: #002080
+}
+
+span.charliteral {
+  color: #008080
+}
+
+span.vhdldigit {
+  color: #ff00ff
+}
+
+span.vhdlchar {
+  color: #000000
+}
+
+span.vhdlkeyword {
+  color: #700070
+}
+
+span.vhdllogic {
+  color: #ff0000
+}
+
+/*
+.search {
+  color: #003399;
+  font-weight: bold;
+}
+
+form.search {
+  margin-bottom: 0px;
+  margin-top: 0px;
+}
+
+input.search {
+  font-size: 75%;
+  color: #000080;
+  font-weight: normal;
+  background-color: #e8eef2;
+}
+*/
+
+td.tiny {
+  font-size: 75%;
+}
+
+.dirtab {
+  padding: 4px;
+  border-collapse: collapse;
+  border: 1px solid #A3B4D7;
+}
+
+th.dirtab {
+  background: #EBEFF6;
+  font-weight: bold;
 }
 
 hr {
-   width                  : 200px;
-   height                 : 1px;
-   background-color       : #303030;
-   border                 : 0px;
+  height: 0px;
+  border: none;
+  border-top: 1px solid #c9c6e6;;
 }
 
-h2 {
-   margin                 : 0;
-   padding                : 0;
+hr.footer {
+  height: 1px;
 }
 
-h3 {
-   margin                 : 0;
-   padding                : 0;
+table.memberdecls {
+  border-spacing: 0px;
+  padding: 0px;
 }
 
-p {
-   margin-top: 2px;
-   margin-bottom: 10px;
-   padding: 0;
+.mdescLeft, .mdescRight,
+.memItemLeft, .memItemRight,
+.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
+  background-color: #eeeeee;
+  border: none;
+  margin: 4px;
+  padding: 1px 0 0 8px;
 }
 
-a:link {
-   color                  : #3399ff;
-   text-decoration        : underline;
-   text-shadow            : 0px 0px 10px rgba(0.2,0.6,1.0,1.0);
+.mdescLeft, .mdescRight {
+  padding: 0px 8px 4px 8px;
+  color: #555555;
 }
 
-a:visited {
-   color                  : #2288ee;
-   text-decoration        : underline;
-   text-shadow            : 0px 0px 10px rgba(0.2,0.6,1.0,1.0); 
+.memItemLeft, .memItemRight, .memTemplParams {
+  border-top: 1px solid #dddddd;
 }
 
-a:active {
-   color                  : #ffffff;
-   text-decoration        : none;
+.memItemLeft, .memTemplItemLeft {
+  white-space: nowrap;
 }
 
-a:hover {
-   color                  : #3399ff;
-   text-decoration        : underline;
-   text-shadow            : 0px 0px 15px rgba(0.2,0.6,1.0,1.0); 
+.memItemRight {
+  width: 100%;
+}
+
+.memTemplParams {
+  color: #4665A2;
+  white-space: nowrap;
+}
+
+.memtemplate {
+  font-size: 80%;
+  color: #4665A2;
+  font-weight: normal;
+  margin-left: 9px;
+}
+
+.memnav {
+  background-color: #EBEFF6;
+  border: 1px solid #A3B4D7;
+  text-align: center;
+  margin: 2px;
+  margin-right: 15px;
+  padding: 2px;
+}
+
+.mempage {
+  width: 100%;
+}
+
+.memitem {
+  padding: 0;
+  margin-bottom: 10px;
+  margin-right: 5px;
+}
+
+.memname {
+  white-space: nowrap;
+  font-weight: bold;
+  margin-left: 6px;
+}
+
+.memproto, dl.reflist dt {
+  border-top: 1px solid #aaaaaa;
+  border-left: 1px solid #aaaaaa;
+  border-right: 1px solid #aaaaaa;
+  padding: 6px 0px 6px 0px;
+  color: #202020;
+  font-weight: bold;
+  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
+  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+  -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
+  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+  background-color: #eeeeee;
+}
+
+.memdoc, dl.reflist dd {
+  border-bottom: 1px solid #aaaaaa;
+  border-left: 1px solid #aaaaaa;
+  border-right: 1px solid #aaaaaa;
+  padding: 2px 5px;
+  background-color: #eeeeee;
+  border-top-width: 0;
+  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+  -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
+  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+  background-color: #ffffff;
+}
+
+dl.reflist dt {
+  padding: 5px;
+}
+
+dl.reflist dd {
+  margin: 0px 0px 10px 0px;
+  padding: 5px;
+}
+
+.paramkey {
+  text-align: right;
+}
+
+.paramtype {
+  white-space: nowrap;
+}
+
+.paramname {
+  color: #602020;
+  white-space: nowrap;
+}
+.paramname em {
+  font-style: normal;
+}
+
+.params, .retval, .exception, .tparams {
+  border-spacing: 6px 2px;
+}
+
+.params .paramname, .retval .paramname {
+  font-weight: bold;
+  vertical-align: top;
+}
+
+.params .paramtype {
+  font-style: italic;
+  vertical-align: top;
+}
+
+.params .paramdir {
+  font-family: mono, monospace, fixed;
+  vertical-align: top;
+}
+
+.ftvtree {
+  font-family: sans-serif;
+  margin: 0px;
+}
+
+.directory {
+  font-size: 9pt;
+  font-weight: bold;
+  margin: 5px;
+}
+
+.directory h3 {
+  margin: 0px;
+  margin-top: 1em;
+  font-size: 11pt;
+}
+
+/*
+.directory h3.swap {
+  height: 61px;
+  background-repeat: no-repeat;
+  background-image: url("yourimage.gif");
+}
+.directory h3.swap span {
+  display: none;
+}
+*/
+
+.directory > h3 {
+  margin-top: 0;
+}
+
+.directory p {
+  margin: 0px;
+  white-space: nowrap;
+}
+
+.directory div {
+  display: none;
+  margin: 0px;
 }
 
-img {
-   vertical-align         : middle;
-   border                 : 0px;
+.directory img {
+  vertical-align: -30%;
 }
 
-img.thumb {
-   vertical-align         : middle;
-   border                 : 1px solid;
+.directory tr.even {
+  background-color: #f2f2f2;
 }
 
-table.n {
-   width                  : 100px;
-   height                 : 100px;
-   clear                  : both;
-   border                 : 0px;
-   margin                 : 0px;
-   padding                : 0px;
-   border-collapse        : collapse;
+.directory tr {
+  background-color: #ffffff;
 }
 
-table.nl {
-   float                  : left;
+.directory td.entry {
+  width: 400px;
 }
 
-table.nr {
-   float                  : right;
+.directory-alt {
+  font-size: 100%;
+  font-weight: bold;
 }
 
-table.h {
-   width                  : 100%;
-   padding                : 0px;
-   margin                 : 0px;
-   border-collapse        : collapse;
+.directory-alt h3 {
+  margin: 0px;
+  margin-top: 1em;
+  font-size: 11pt;
 }
 
-div.l {
-   clear                  : both;
-   padding                : 7px 8px;
-}
-
-div.ll {
-   float                  : left;
+.directory-alt > h3 {
+  margin-top: 0;
 }
 
-div.lr {
-   float                  : right;
+.directory-alt p {
+  margin: 0px;
+  white-space: nowrap;
 }
 
-table.b {
-   padding                : 0px;
-   margin                 : 0px;
-   border                 : 0px;
-   border-spacing         : 0px;
-   border-style           : none;
-   border-collapse        : collapse;
-   font-size              : 0px;
-   line-height            : 0px;
-   text-shadow            : 0px 1px rgba(0,0,0,0.5)
+.directory-alt div {
+  display: none;
+  margin: 0px;
 }
 
-td.b1 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b1.png'); }
-td.b1[class] { background-image:url("b1.png"); }
-td.b2 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b2.png'); }
-td.b2[class] { background-image:url("b2.png"); }
-td.b3 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b3.png'); }
-td.b3[class] { background-image:url("b3.png"); }
-td.b4 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b4.png'); }
-td.b4[class] { background-image:url("b4.png"); }
-td.b5 {
-   background-image       : url("b5.png");
-   font-size              : 11px;
-   color                  : #ffffff;
-   text-align             : left;
-   vertical-align         : middle;
-   text-shadow            : 0px 1px rgba(0,0,0,0.5)
+.directory-alt img {
+  vertical-align: -30%;
 }
-td.b6 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b6.png'); }
-td.b6[class] { background-image:url("b6.png"); }
-td.b7 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b7.png'); }
-td.b7[class] { background-image:url("b7.png"); }
-td.b8 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b8.png'); }
-td.b8[class] { background-image:url("b8.png"); }
-td.b9 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b9.png'); }
-td.b9[class] { background-image:url("b9.png"); }
 
-a.b:link {
-   color                  : #ffffff;
-   text-decoration        : none;
-   text-shadow            : 0px 1px rgba(0,0,0,0.5)
+div.dynheader {
+  margin-top: 8px;
 }
 
-a.b:visited {
-   color                  : #ffffff;
-   text-decoration        : none;
-   text-shadow            : 0px 1px rgba(0,0,0,0.5)
+address {
+  font-style: normal;
+  color: #2A3D61;
 }
 
-a.b:active {
-   color                  : #ffffff;
-   text-decoration        : none;
-   text-shadow            : 0px 1px rgba(0,0,0,0.5)
+table.doxtable {
+  border-collapse:collapse;
 }
 
-a.b:hover {
-   color                  : #3399ff;
-   text-decoration        : none;
-   text-shadow            : 0px 0px 10px rgba(0.2,0.6,1.0,1.0); 
+table.doxtable td, table.doxtable th {
+  border: 1px solid #2D4068;
+  padding: 3px 7px 2px;
 }
 
-td.pn1 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-1.png'); }
-td.pn1[class] { background-image:url("pn-1.png"); }
-td.pn2 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-2.png'); }
-td.pn2[class] { background-image:url("pn-2.png"); }
-td.pn3 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-3.png'); }
-td.pn3[class] { background-image:url("pn-3.png"); }
-td.pn4 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-4.png'); }
-td.pn4[class] { background-image:url("pn-4.png"); }
-td.pn5 {
-   background             : #404040;
-   font-size              : 11px;
-   color                  : #ffffff;
-   text-align             : center;
-   vertical-align         : middle;
+table.doxtable th {
+  background-color: #374F7F;
+  color: #FFFFFF;
+  font-size: 110%;
+  padding-bottom: 4px;
+  padding-top: 5px;
+  text-align:left;
 }
-td.pn6 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-6.png'); }
-td.pn6[class] { background-image:url("pn-6.png"); }
-td.pn7 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-7.png'); }
-td.pn7[class] { background-image:url("pn-7.png"); }
-td.pn8 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-8.png'); }
-td.pn8[class] { background-image:url("pn-8.png"); }
-td.pn9 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-9.png'); }
-td.pn9[class] { background-image:url("pn-9.png"); }
 
-/** NEWS STYLE */
+table.fieldtable {
+  width: 100%;
+  margin-bottom: 10px;
+  border: 1px solid #aaaaaa;
+  border-spacing: 0px;
+  -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
+  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
+  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
+}
+
+.fieldtable td, .fieldtable th {
+  padding: 3px 7px 2px;
+}
 
-.post {
-   margin                 : 0 0 2.5em 40px;
-   border-left            : 4px solid #3399ff;
-   padding-left           : 20px;
-   text-align             : left;
+.fieldtable td.fieldtype, .fieldtable td.fieldname {
+  white-space: nowrap;
+  border-right: 1px solid #aaaaaa;
+  border-bottom: 1px solid #aaaaaa;
+  vertical-align: top;
 }
 
-.news-title {
-   font-size              : 1.1em;
+.fieldtable td.fielddoc {
+  border-bottom: 1px solid #aaaaaa;
+  width: 100%;
 }
 
-.news-title a, .news-title a:visited, .news-title a:hover {
-   text-decoration        : none;
-}
-
-.news-title span {
-   font-size              : 0.7em;
+.fieldtable tr:last-child td {
+  border-bottom: none;
 }
 
-.news-content {
-   text-align             : justify;
+.fieldtable th {
+  background-color: #dddddd;
+  color: #202020;
+  padding-bottom: 4px;
+  padding-top: 5px;
+  text-align:left;
+  border-bottom: 1px solid #aaaaaa;
 }
 
-.news-latest-title {
-  margin-bottom: 0;
+.tabsearch {
+  top: 0px;
+  left: 10px;
+  height: 36px;
+  background-image: url('tab_b.png');
+  z-index: 101;
+  overflow: hidden;
+  font-size: 13px;
 }
 
-.news-latest-date {
+.navpath ul {
+  font-size: 9pt;
+  height: 18px;
+  color: #ffffff;
+  overflow: hidden;
+  margin: 0px;
+  padding: 0px;
+  vertical-align: middle;
+}
+
+.navpath li {
+  list-style-type: none;
+  float: left;
   padding-left: 10px;
-  font-size: .8em;
+  padding-right: 10px;
+  border-right: 4px solid #3399ff;
+  vertical-align: middle;
 }
 
-.news-latest-body {
-  margin-top: 5px;
+.navpath li.navelem a {
+  height: 18px;
+  display: block;
+  text-decoration: none;
+  outline: none;
 }
 
-/** SECTION PLUG STYLE */
+.navpath li.navelem a:hover {
+  color: #ffffff;
+  text-shadow: 0px 0px 5px #3399ff;
+}
 
-.section-plug {
-    width                 : 13em;
-    float                 : right;
-    clear                 : right;
-    margin                : 0px 0px 2em 2em;
-    background-color      : #ededf0;
-    background-image      : url('section-plug-header.png');
-    background-repeat     : repeat-x;
+.navpath li.footer {
+  list-style-type:none;
+  float: right;
+  padding-left:10px;
+  padding-right:15px;
+  background-image:none;
+  background-repeat:no-repeat;
+  background-position:right;
+  color:#364D7C;
+  font-size: 9pt;
 }
 
-.section-plug .left-border {
-    margin: 0px;
-    background-image      : url('section-plug-header-left.png');
-    background-repeat     : no-repeat;
+div.summary {
+  float: right;
+  font-size: 9pt;
+  padding-right: 10px;
+  padding-top: 10px;
+  width: 50%;
+  text-align: right;
+  color: #ffffff;
+  text-shadow: 0px 0px 5px #3399ff;
 }
 
-.section-plug .right-border {
-    margin: 0px;
-    padding: 1em;
-    background-image      : url('section-plug-header-right.png');
-    background-position   : top right;
-    background-repeat     : no-repeat;
+div.summary a {
+  white-space: nowrap;
+  color: #ffffff;
+  font-weight: bold;
 }
 
-.section-plug h3 {
-    margin                : 0px;
-    padding               : 0px;
-    width                 : 100%;
-    text-align            : center;
+div.ingroups {
+  margin-left: 5px;
+  font-size: 9pt;
+  padding-left: 5px;
+  width: 50%;
+  text-align: left;
 }
 
-.section-plug a {
-    margin                : 0px;
-    padding               : 0px;
-    text-decoration       : none;
+div.ingroups a {
+  white-space: nowrap;
+  color: #ffffff;
 }
 
-.section-plug ul {
-    margin                : 0px;
-    padding               : 0px;
-    list-style-type       : none;
+.title {
+  font-size: 150%;
+  font-weight: bold;
+  margin: 20px 2px;
+  text-shadow: 0px 0px 5px #3399ff;
+  color: #ffffff;
 }
 
-.section-plug li {
-    margin                : 0px 0px 2px 0px;
-    padding               : 0px;
-    font-size             : 0.8em;
-    font-weight           : bold;
-    text-align            : left;
+div.header {
+  margin-left: auto;
+  margin-right: auto;
+  width: 980px;
 }
-body { font-family: Arial, Helvetica, sans-serif; color: #ffffff; text-shadow: 0px 1px rgba(0,0,0,0.5); }
 
-pre, div.fragment, div.code { font-family: mono; white-space: pre-wrap; color: #ffffff; }
+div.headertitle {
+  background-color: #606060;
+  padding:          5px 0px 5px 0px;
+  text-align:       center;
+  box-shadow:       0px 3px 5px #000000;
+  margin-bottom:    8px;
+}
 
-blockquote { color: #cccccc; }
+div.contents {
+  box-shadow: 0px 3px 10px #000000;
+  margin-left: auto;
+  margin-right: auto;
+  width: 940px;
+  background-color: white;
+  padding: 10px 20px;
+}
 
-body { font-size: 12px; }
+#projectlogo {
+  text-align: center;
+  vertical-align: middle;
+  border-collapse: separate;
+}
 
-pre, div.fragment, div.code { font-size: 9px; color: #3399ff; }
+#projectlogo img {
+  border: 0px none;
+}
 
-p.tiny { color: #aaaaaa; font-size: 10px; }
+#projectname {
+  font: 300% mono, monospace, fixed;
+  margin: 0px;
+  padding: 2px 0px;
+}
 
-h1, h2, h3, h4, h5, h6 { color: #3399ff; text-shadow: 0px 0px 10px rgba(0.2,0.6,1.0,1.0); }
+#projectbrief {
+  font: 120% Arial, Helvetica, sans-serif;
+  margin: 0px;
+  padding: 0px;
+}
 
-div.headertitle { color: #3399ff; text-shadow: 0px 0px 10px rgba(0.2,0.6,1.0,1.0); font-size: 24px; font-weight: bold; }
+#top {
+  background-color:  #EBE9FE;
+}
 
-h1 { font-size: 21px; }
+#titlearea {
+  box-shadow: 0px 3px 10px #000000;
+  width: 780px;
+  margin-left: auto;
+  margin-right: auto;
+  padding: 0px 10px 0px 10px;
+}
 
-h2 { font-size: 18px; }
+#projectnumber {
+  font: 50% Tahoma, Arial, sans-serif;
+  margin: 0px;
+  padding: 0px;
+}
 
-h3 { font-size: 16px; }
+dl {
+  padding: 0 0 0 10px;
+}
 
-h4 { font-size: 14px; }
+dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug {
+  border-left: 4px solid;
+  padding: 0 0 0 6px;
+}
 
-h5 { font-size: 12px; }
+dl.note {
+  border-color: #D0C000;
+}
 
-h6 { font-size: 11px; }
+dl.warning, dl.attention {
+  border-color: #FF0000;
+}
 
-ul, ol { font-size: 11px; text-align: left; }
+dl.pre, dl.post, dl.invariant {
+  border-color: #00D000;
+}
 
-#header { /*  CSS Reset */ /*  http://meyerweb.com/eric/tools/css/reset/ */ /*  v1.0 | 20080212 */ /* remember to define focus styles! */ /* remember to highlight inserts somehow! */ /* tables still need 'cellspacing="0"' in the markup */ }
-#header html, #header body, #header div, #header span, #header applet, #header object, #header iframe, #header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header p, #header blockquote, #header pre, #header a, #header abbr, #header acronym, #header address, #header big, #header cite, #header code, #header del, #header dfn, #header em, #header font, #header img, #header ins, #header kbd, #header q, #header s, #header samp, #header small, #header strike, #header strong, #header sub, #header sup, #header tt, #header var, #header b, #header u, #header i, #header center, #header dl, #header dt, #header dd, #header ol, #header ul, #header li, #header fieldset, #header form, #header label, #header legend, #header table, #header caption, #header tbody, #header tfoot, #header thead, #header tr, #header th, #header td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
-#header body { line-height: 1; }
-#header ol, #header ul { list-style: none; }
-#header blockquote, #header q { quotes: none; }
-#header blockquote:before, #header blockquote:after, #header q:before, #header q:after { content: ''; content: none; }
-#header :focus { outline: 0; }
-#header ins { text-decoration: none; }
-#header del { text-decoration: line-through; }
-#header table { border-collapse: collapse; border-spacing: 0; }
-#header .layout { margin: 0 auto; }
-#header ul.menu { text-align: right; list-style: none inside none; white-space: nowrap; letter-spacing: -5px; background: url("header_menu_background_last.png") no-repeat right; padding-right: 17px; }
-#header ul.menu li { display: inline-block; letter-spacing: normal; text-shadow: 0px 1px rgba(0,0,0,0.5); }
-#header ul.menu li a { display: inline-block; vertical-align: top; text-align: center;  padding-left: 10px; text-shadow: 0px 1px rgba(0,0,0,0.5); }
-#header ul.menu li a { background: url("header_menu_unselected_background.png") no-repeat; text-decoration: none; text-shadow: 0px 1px rgba(0,0,0,0.5); }
-#header ul.menu li a span { display: inline-block; height: 63px; line-height: 63px; text-transform: capitalize; color: #ffffff; font-size: 10px; padding: 0 14px; text-shadow: 0px 1px rgba(0,0,0,0.5); }
-#header ul.menu li.current a { background: url("header_menu_current_background.png") no-repeat; }
-#header ul.menu li.current a span { color: #3399ff;  text-shadow: 0px 0px 10px rgba(0.2,0.6,1.0,1.0);  }
-#header ul.menu li.current2 a { background: url("header_menu_unselected_next_background.png") no-repeat; text-shadow: 0px 1px rgba(0,0,0,0.5); }
-#header ul.menu li.current2 a span { color: #ffffff; text-shadow: 0px 1px rgba(0,0,0,0.5); }
-#header ul.menu li.index { float: left; height: 63px; margin: 0; }
-#header ul.menu li.index a { height: 63px; line-height: 63px; width: 63px; background: url("logo.png") no-repeat; }
-#header ul.menu li.index a span { overflow: hidden; /* Replace text with image */ text-indent: -999px; }
-#header ul.menu li.index a:hover { background: url("logo.png") no-repeat; }
-#header ul.menu li.index a:hover span { background: none; }
-#header ul.submenu { text-align: right; list-style: none inside none; white-space: nowrap; letter-spacing: -5px; text-shadow: 0px 1px rgba(0,0,0,0.5); }
-#header ul.submenu li { display: inline-block; letter-spacing: normal; text-shadow: 0px 1px rgba(0,0,0,0.5); }
-#header ul.submenu li a { display: inline-block; vertical-align: top; text-align: center; text-shadow: 0px 1px rgba(0,0,0,0.5); }
-#header ul.submenu li { margin-right: 17px; text-shadow: 0px 1px rgba(0,0,0,0.5); }
-#header ul.submenu li a { text-decoration: none; color: #aaaaaa; text-shadow: 0px 1px rgba(0,0,0,0.5); }
-#header ul.submenu li a span { color: #aaaaaa; line-height: 36px; font-weight: bold; text-transform: capitalize; font-size: 10px; text-shadow: 0px 1px rgba(0,0,0,0.5); }
-#header ul.submenu li a:hover span { color: #ffffff; text-shadow: 0px 1px rgba(0,0,0,0.5); }
-#header ul.submenu li.selected a span { color: #3399ff; line-height: 36px; font-weight: bold; text-transform: capitalize; font-size: 10px; text-shadow: 0px 0px 10px rgba(0.2,0.6,1.0,1.0);  }
-#header ul.submenu li.selected a:hover span { color: #3399ff; text-shadow: 0px 0px 10px rgba(0.2,0.6,1.0,1.0); }
-#header ul.submenu li.selected a { color: #3399ff; text-decoration: underline; text-shadow: 0px 0px 10px rgba(0.2,0.6,1.0,1.0);  }
-#header div.menu { height: 63px; }
-#header div.menu .layout { background: url("header_menu_background.png"); }
-#header div.submenu { height: 36px; margin-bottom: 36px; }
+dl.deprecated {
+  border-color: #505050;
+}
 
-#header .doxytitle {
-font-size: 1.4em;
-font-weight: bold;
-color: #ffffff;
-line-height: 35px;
+dl.todo {
+  border-color: #00C0E0;
 }
 
-#header small {
-font-size: 0.4em;
+dl.test {
+  border-color: #3030E0;
 }
-                                                
-/* ******************* Changes to the Original Stylesheet ****************** */
-table.data { width: 90%; padding: 0px; margin: 5px; border: 1px solid #303030; border-collapse: collapse; }
-table.data thead th { color: #3399ff; background-color: #282828; padding: 3px; text-align: left; text-shadow: 0px 0px 10px rgba(0.2,0.6,1.0,1.0);  }
-table.data tbody tr td { color: #ffffff; background-color: #383838; padding: 3px; text-align: left; font-size: 11px; }
-table.data tbody tr.odd td { color: #ffffff; background-color: #3b3b3b; }
 
-table.developers td.name { width: 12em; }
-table.developers td.photo { text-align: center }
-table.developers td.location { width: 14em; }
-table.developers.active caption { display: none; }
-table.developers td { padding-right: 1ex; }
-table.developers.inactive caption { font-weight: bold; margin-bottom: 2px; color: #000000; }
+dl.bug {
+  border-color: #C08050;
+}
 
-table.mailing td.archive { white-space: nowrap; }
+.image {
+  text-align: center;
+}
 
-#middle { margin-top: -18px; }
+.dotgraph {
+  text-align: center;
+}
 
-#content { margin: 0 -8px; }
+.mscgraph {
+  text-align: center;
+}
 
-.layout { margin: 0 auto; min-width: 750px; width: 90%; }
+.caption {
+  font-weight: bold;
+}
 
-table.main h1, td.main { margin-top: 0; padding-top: 0; }
+div.zoom {
+  border: 1px solid #90A5CE;
+}
 
-table.b { line-height: 1; }
+dl.citelist {
+  margin-bottom: 50px;
+}
 
-#sitefooter p { text-align: center; padding-top: 9px; font-size: 10px; color: #ffffff; white-space: nowrap; }
+dl.citelist dt {
+  color: #334975;
+  float: left;
+  font-weight: bold;
+  margin-right: 10px;
+  padding: 5px;
+}
 
-hr { width: 200px; height: 1px; background-color: #303030; border: 0px; }
+dl.citelist dd {
+  margin: 2px 0;
+  padding: 5px 0;
+}
 
-div.main p { text-align: justify; }
+@media print {
+  #top { display: none; }
+  #side-nav { display: none; }
+  #nav-path { display: none; }
+  body { overflow:visible; }
+  h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
+  .summary { display: none; }
+  .memitem { page-break-inside: avoid; }
+  #doc-content {
+    margin-left:0 !important;
+    height:auto !important;
+    width:auto !important;
+    overflow: inherit;
+    display: inline;
+  }
+  pre.fragment {
+    overflow: visible;
+    text-wrap: unrestricted;
+    white-space: -moz-pre-wrap;
+    white-space: -pre-wrap;
+    white-space: -o-pre-wrap;
+    white-space: pre-wrap;
+    word-wrap: break-word;
+  }
+}
 
-div.main .section-plug p { margin: 1em 0px; padding: 0px; text-align: left; }
+.tabs, .tabs2, .tabs3 {
+  margin-left: auto;
+  margin-right: auto;
+  background-color: #606060;
+  padding: 5px 0px 5px 0px;
+  text-align: center;
+  box-shadow: 0px 3px 5px #000000;
+  width: 980px;
+  z-index: 101;
+  font-size: 9pt;
+}
 
-div.news-latest-date { margin-bottom: 15px; }
+.tabs2 {
+  font-size: 9pt;
+}
+
+.tabs2 li {
+  margin-top: 9pt;
+}
+
+.tabs3 {
+  font-size: 9pt;
+}
+
+.tabs3 li {
+  margin-top: 9pt;
+}
+
+.tablist {
+  margin: 0;
+  padding: 0;
+  display: table;
+}
+
+.tablist li {
+  float: left;
+  display: table-cell;
+  line-height: 24px;
+  list-style: none;
+  margin-left: 8px;
+  margin-right: 8px;
+}
+
+.tablist a {
+  box-shadow: 0px 1px 2px #000000;
+  display: block;
+  padding: 0px 5px 0px 5px;
+  font-weight: bold;
+  color: #ffffff;
+  text-shadow: 0px 0px 5px #3399ff;
+  text-decoration: none;
+  outline: none;
+}
+
+.tabs3 .tablist a {
+  padding: 0px 5px;
+}
+
+.tablist a:hover {
+  color: #ffffff;
+  text-shadow: 0px 1px 0px #000000;
+  text-decoration: none;
+  background-color: #808080;
+}
+
+.tablist li.current a {
+  color: #202020;
+  background-color: #a0a0a0;
+  text-shadow: 0px 1px 0px #cccccc;
+}
index f97ffec..308b1d0 100644 (file)
@@ -1,12 +1,2 @@
-    <div id="push"></div>
-   </div>
-  </div>
- </div>
- <div id="sitefooter">
-  <div class="layout">
-   <p>Copyright &copy;2000-$year Enlightenment.org - Samsung Electronics supports the EFL Documentation Project - Generated <em>$datetime</em> </p>
-  </div>
- </div>
 </body>
 </html>
index 35cab45..7b94f0f 100644 (file)
@@ -9,43 +9,6 @@
   <link rel="icon" href="favicon.png" type="image/ico">
   <link rel="shortcut icon" href="favicon.png" type="image/ico">
   <link rel="stylesheet" type="text/css" href="e.css">
-  <link rel="stylesheet" type="text/css" href="edoxy.css">
 </head>
 
 <body>
- <div id="wrapper">
-  <div id="header">
-   <div class="menu">
-    <div class="layout">
-     <ul class="menu">
-     <li class='index'><a href='http://www.enlightenment.org/p.php?p=index&amp;l=en'><span>Home</span></a></li>
-     <li class='docs current'><a><span>Docs</span></a></li>
-    </ul>
-   </div>
-  </div>
-
-  <div class="submenu">
-   <div class="layout">
-    <ul class="submenu">
-     <li><a href="#"><span>$projectname</span></a></li>
-     <li><span></span></li>
-     <li><span></span></li>
-     <li><span></span></li>
-     <li><span></span></li>
-     <li><a href="index.html"><span>Main</span></a></li>
-     <li><a href="authors.html"><span>Authors</span></a></li>
-     <li><a href="examples.html"><span>Examples</span></a></li>
-     <li><a href="files.html"><span>Files</span></a></li>
-     <li><a href="pages.html"><span>Pages</span></a></li>
-     <li><a href="classes.html"><span>Types</span></a></li>
-     <li><a href="modules.html"><span>Modules</span></a></li>
-    </ul>
-   </div>
-  </div>
-  
-  <div class="clear"></div>
-    
- </div>
- <div id="middle">
-  <div class="layout">
-   <div id="content">
diff --git a/doc/img/b1.png b/doc/img/b1.png
deleted file mode 100644 (file)
index f554430..0000000
Binary files a/doc/img/b1.png and /dev/null differ
diff --git a/doc/img/b2.png b/doc/img/b2.png
deleted file mode 100644 (file)
index edad9aa..0000000
Binary files a/doc/img/b2.png and /dev/null differ
diff --git a/doc/img/b3.png b/doc/img/b3.png
deleted file mode 100644 (file)
index 2869f00..0000000
Binary files a/doc/img/b3.png and /dev/null differ
diff --git a/doc/img/b4.png b/doc/img/b4.png
deleted file mode 100644 (file)
index af8f135..0000000
Binary files a/doc/img/b4.png and /dev/null differ
diff --git a/doc/img/b5.png b/doc/img/b5.png
deleted file mode 100644 (file)
index 907641a..0000000
Binary files a/doc/img/b5.png and /dev/null differ
diff --git a/doc/img/b6.png b/doc/img/b6.png
deleted file mode 100644 (file)
index 16508e1..0000000
Binary files a/doc/img/b6.png and /dev/null differ
diff --git a/doc/img/b7.png b/doc/img/b7.png
deleted file mode 100644 (file)
index 696cd78..0000000
Binary files a/doc/img/b7.png and /dev/null differ
diff --git a/doc/img/b8.png b/doc/img/b8.png
deleted file mode 100644 (file)
index 0924fef..0000000
Binary files a/doc/img/b8.png and /dev/null differ
diff --git a/doc/img/b9.png b/doc/img/b9.png
deleted file mode 100644 (file)
index 67f4573..0000000
Binary files a/doc/img/b9.png and /dev/null differ
diff --git a/doc/img/br.png b/doc/img/br.png
deleted file mode 100644 (file)
index b406d07..0000000
Binary files a/doc/img/br.png and /dev/null differ
diff --git a/doc/img/button_background.png b/doc/img/button_background.png
deleted file mode 100644 (file)
index f710784..0000000
Binary files a/doc/img/button_background.png and /dev/null differ
diff --git a/doc/img/button_hover_background.png b/doc/img/button_hover_background.png
deleted file mode 100644 (file)
index b47fd21..0000000
Binary files a/doc/img/button_hover_background.png and /dev/null differ
diff --git a/doc/img/edoxy.css b/doc/img/edoxy.css
deleted file mode 100644 (file)
index c4d5f14..0000000
+++ /dev/null
@@ -1,475 +0,0 @@
-/*
-BODY, TD { font-size: 10px; }
-H1 { font-size: 160%; }
-H2 { font-size: 120%; }
-H3 { font-size: 100%; }
-*/
-CAPTION { 
-  font-weight: bold 
-}
-DIV.qindex {
-       width: 100%;
-       background-color: #303030;
-       border: 1px solid #000000;
-       text-align: center;
-       margin: 2px;
-       padding: 2px;
-       line-height: 140%;
-}
-DIV.navpath {
-       width: 100%;
-       background-color: #303030;
-       border: 1px solid #000000;
-       text-align: center;
-       margin: 2px;
-       padding: 2px;
-       line-height: 140%;
-}
-DIV.navtab {
-       background-color: #303030;
-       border: 1px solid #000000;
-       text-align: center;
-       margin: 2px;
-       margin-right: 15px;
-       padding: 2px;
-}
-TD.navtab {
-       font-size: 70%;
-}
-A.qindex {
-//       text-decoration: none;
-//       font-weight: bold;
-//       color: #1A419D;
-}
-A.qindex:visited {
-//       text-decoration: none;
-//       font-weight: bold;
-//       color: #1A419D
-}
-A.qindex:hover {
-//     text-decoration: none;
-//     background-color: #ddddff;
-}
-A.qindexHL {
-//     text-decoration: none;
-//     font-weight: bold;
-//     background-color: #6666cc;
-//     color: #ffffff;
-//     border: 1px double #9295C2;
-}
-A.qindexHL:hover {
-//     text-decoration: none;
-//     background-color: #6666cc;
-//     color: #ffffff;
-}
-A.qindexHL:visited { 
-//     text-decoration: none; 
-//     background-color: #6666cc; 
-//     color: #ffffff 
-}
-A.el { 
-//     text-decoration: none; 
-//     font-weight: bold 
-}
-A.elRef { 
-//     font-weight: bold 
-}
-A.code:link { 
-//     text-decoration: none; 
-//     font-weight: normal; 
-//     color: #0000FF
-}
-A.code:visited { 
-//     text-decoration: none; 
-//     font-weight: normal; 
-//     color: #0000FF
-}
-A.codeRef:link { 
-//     font-weight: normal; 
-//     color: #0000FF
-}
-A.codeRef:visited { 
-//     font-weight: normal; 
-//     color: #0000FF
-}
-A:hover, A:visited:hover { 
-//     text-decoration: none;  
-//     /* background-color: #f2f2ff; */
-//     color: #000055;
-}
-A.anchor {
-//     color: #000;
-}
-DL.el { 
-       margin-left: -1cm 
-}
-DIV.fragment {
-        font-family: monospace, fixed;
-        border: 1px solid #000000;
-        background-color: #303030;
-       margin-top: 4px;
-       margin-bottom: 4px;
-       margin-left: 4px;
-       margin-right: 4px;
-       padding-left: 2px;
-       padding-right: 2px;
-       padding-top: 2px;
-       padding-bottom: 2px;
-       line-height: 70%;
-}
-PRE.fragment {
-        font-family: monospace, fixed;
-       border: 1px solid #000000;
-       background-color: #303030;
-       margin-top: 4px;
-       margin-bottom: 4px;
-       margin-left: 4px;
-       margin-right: 4px;
-       padding-left: 2px;
-       padding-right: 2px;
-       padding-top: 2px;
-       padding-bottom: 2px;
-}
-DIV.ah { 
-       background-color: black; 
-       font-weight: bold; 
-       color: #ffffff; 
-       margin-bottom: 3px; 
-       margin-top: 3px 
-}
-
-DIV.groupHeader {
-       margin-left: 16px;
-       margin-top: 12px;
-       margin-bottom: 6px;
-       font-weight: bold;
-}
-DIV.groupText { 
-       margin-left: 16px; 
-       font-style: italic; 
-       font-size: 90% 
-}
-/*BODY {
-       background: white;
-       color: black;
-       margin-right: 20px;
-       margin-left: 20px;
-}*/
-TD.indexkey {
-       background-color: #e8eef2;
-       font-weight: bold;
-       padding-right  : 10px;
-       padding-top    : 2px;
-       padding-left   : 10px;
-       padding-bottom : 2px;
-       margin-left    : 0px;
-       margin-right   : 0px;
-       margin-top     : 2px;
-       margin-bottom  : 2px;
-       border: 1px solid #CCCCCC;
-}
-TD.indexvalue {
-       background-color: #e8eef2;
-       font-style: italic;
-       padding-right  : 10px;
-       padding-top    : 2px;
-       padding-left   : 10px;
-       padding-bottom : 2px;
-       margin-left    : 0px;
-       margin-right   : 0px;
-       margin-top     : 2px;
-       margin-bottom  : 2px;
-       border: 1px solid #CCCCCC;
-}
-TR.memlist {
-       background-color: #f08000; 
-}
-P.formulaDsp { 
-       text-align: center; 
-}
-IMG.formulaDsp {
-}
-IMG.formulaInl { 
-       vertical-align: middle; 
-}
-DIV #line { padding: 0px 0px 0px 0px; }
-SPAN.keyword       { color: #00ffff }
-SPAN.keywordtype   { color: #ff8800 }
-SPAN.keywordflow   { color: #ffff00 }
-SPAN.comment       { color: #ff00ff }
-SPAN.preprocessor  { color: #ff8800 }
-SPAN.stringliteral { color: #0088ff }
-SPAN.charliteral   { color: #00ff00 }
-SPAN.vhdldigit     { color: #ff00ff }
-SPAN.vhdlchar      { color: #000000 }
-SPAN.vhdlkeyword   { color: #aa00aa }
-SPAN.vhdllogic     { color: #ff0000 }
-
-.mdescLeft {
-       padding: 0px 8px 4px 8px;
-       font-style: italic;
-       background-color: #303030;
-       border-top: 1px none #E0E0E0;
-       border-right: 1px none #E0E0E0;
-       border-bottom: 1px none #E0E0E0;
-       border-left: 1px none #E0E0E0;
-       margin: 0px;
-}
-.mdescRight {
-        padding: 0px 8px 4px 8px;
-       font-style: italic;
-       background-color: #303030;
-       border-top: 1px none #E0E0E0;
-       border-right: 1px none #E0E0E0;
-       border-bottom: 1px none #E0E0E0;
-       border-left: 1px none #E0E0E0;
-       margin: 0px;
-}
-.memItemLeft {
-       padding: 1px 0px 0px 8px;
-       margin: 4px;
-       border-top-width: 1px;
-       border-right-width: 1px;
-       border-bottom-width: 1px;
-       border-left-width: 1px;
-       border-top-color: #3399ff;
-       border-right-color: #E0E0E0;
-       border-bottom-color: #E0E0E0;
-       border-left-color: #E0E0E0;
-       border-top-style: solid;
-       border-right-style: none;
-       border-bottom-style: none;
-       border-left-style: none;
-       background-color: #303030;
-}
-.memItemRight {
-       padding: 1px 8px 0px 8px;
-       margin: 4px;
-       border-top-width: 1px;
-       border-right-width: 1px;
-       border-bottom-width: 1px;
-       border-left-width: 1px;
-       border-top-color: #3399ff;
-       border-right-color: #E0E0E0;
-       border-bottom-color: #E0E0E0;
-       border-left-color: #E0E0E0;
-       border-top-style: solid;
-       border-right-style: none;
-       border-bottom-style: none;
-       border-left-style: none;
-       background-color: #303030;
-}
-.memTemplItemLeft {
-       padding: 1px 0px 0px 8px;
-       margin: 4px;
-       border-top-width: 1px;
-       border-right-width: 1px;
-       border-bottom-width: 1px;
-       border-left-width: 1px;
-       border-top-color: #E0E0E0;
-       border-right-color: #E0E0E0;
-       border-bottom-color: #E0E0E0;
-       border-left-color: #E0E0E0;
-       border-top-style: none;
-       border-right-style: none;
-       border-bottom-style: none;
-       border-left-style: none;
-       background-color: #303030;
-}
-.memTemplItemRight {
-       padding: 1px 8px 0px 8px;
-       margin: 4px;
-       border-top-width: 1px;
-       border-right-width: 1px;
-       border-bottom-width: 1px;
-       border-left-width: 1px;
-       border-top-color: #E0E0E0;
-       border-right-color: #E0E0E0;
-       border-bottom-color: #E0E0E0;
-       border-left-color: #E0E0E0;
-       border-top-style: none;
-       border-right-style: none;
-       border-bottom-style: none;
-       border-left-style: none;
-       background-color: #303030;
-}
-.memTemplParams {
-       padding: 1px 0px 0px 8px;
-       margin: 4px;
-       border-top-width: 1px;
-       border-right-width: 1px;
-       border-bottom-width: 1px;
-       border-left-width: 1px;
-       border-top-color: #3399ff;
-       border-right-color: #E0E0E0;
-       border-bottom-color: #E0E0E0;
-       border-left-color: #E0E0E0;
-       border-top-style: solid;
-       border-right-style: none;
-       border-bottom-style: none;
-       border-left-style: none;
-       color: #a0a0a0;
-       background-color: #303030;
-}
-.search { 
-       color: #aa00aa;
-       font-weight: bold;
-}
-FORM.search {
-       margin-bottom: 0px;
-       margin-top: 0px;
-}
-INPUT.search { 
-       font-size: 75%;
-       color: #000080;
-       font-weight: normal;
-       background-color: #e8eef2;
-}
-TD.tiny { 
-       font-size: 75%;
-}
-a {
-//     color: #1A41A8;
-}
-a:visited {
-//     color: #2A3798;
-}
-.dirtab { 
-       padding: 4px;
-       border-collapse: collapse;
-       border: 1px solid #ffff00;
-}
-TH.dirtab { 
-       background: #e8eef2;
-       font-weight: bold;
-}
-HR { 
-       height: 1px;
-       border: none;
-       border-top: 1px solid black;
-}
-
-/* Style for detailed member documentation */
-.memtemplate {
-       font-size: 80%;
-       color: #606060;
-       font-weight: normal;
-       margin-left: 3px;
-} 
-.memnav { 
-       background-color: #303030;
-       border: 1px solid #000000;
-       text-align: center;
-       margin: 2px;
-       margin-right: 15px;
-       padding: 2px;
-}
-.memitem {
-       padding: 8px;
-        margin-bottom: 64px;
-}
-.memname {
-       white-space: nowrap;
-       font-weight: bold;
-}
-.memdoc{
-       padding-left: 10px;
-}
-.memproto {
-       background-color: #000000;
-       border-top-color: #3399ff;
-       border-top-style: solid;
-       border-right-style: none;
-       border-bottom-style: none;
-       border-left-style: none;
-       width: 100%;
-       border-width: 1px;
-       font-weight: bold;
-        padding: 8px;
-}
-.paramkey {
-       text-align: right;
-}
-.paramtype {
-       white-space: nowrap;
-}
-.paramname {
-       color: #ff66ff;
-       font-style: italic;
-       white-space: nowrap;
-       vertical-align: top;
-}
-.paramdir {
-       vertical-align: top;
-}
-/* End Styling for detailed member documentation */
-
-/* for the tree view */
-.ftvtree {
-       font-family: sans-serif;
-       margin:0.5em;
-}
-/* these are for tree view when used as main index */
-.directory { 
-       font-size: 9pt; 
-       font-weight: bold; 
-}
-.directory h3 { 
-       margin: 0px; 
-       margin-top: 1em; 
-       font-size: 11pt; 
-}
-
-/* The following two styles can be used to replace the root node title */
-/* with an image of your choice.  Simply uncomment the next two styles, */
-/* specify the name of your image and be sure to set 'height' to the */
-/* proper pixel height of your image. */
-
-/* .directory h3.swap { */
-/*     height: 61px; */
-/*     background-repeat: no-repeat; */
-/*     background-image: url("yourimage.gif"); */
-/* } */
-/* .directory h3.swap span { */
-/*     display: none; */
-/* } */
-
-.directory > h3 { 
-       margin-top: 0; 
-}
-.directory p { 
-       margin: 0px; 
-       white-space: nowrap; 
-}
-.directory div { 
-       display: none; 
-       margin: 0px; 
-}
-.directory img { 
-       vertical-align: -30%; 
-}
-/* these are for tree view when not used as main index */
-.directory-alt { 
-       font-size: 100%; 
-       font-weight: bold; 
-}
-.directory-alt h3 { 
-       margin: 0px; 
-       margin-top: 1em; 
-       font-size: 11pt; 
-}
-.directory-alt > h3 { 
-       margin-top: 0; 
-}
-.directory-alt p { 
-       margin: 0px; 
-       white-space: nowrap; 
-}
-.directory-alt div { 
-       display: none; 
-       margin: 0px; 
-}
-.directory-alt img { 
-       vertical-align: -30%; 
-}
-
diff --git a/doc/img/foot_bg.png b/doc/img/foot_bg.png
deleted file mode 100644 (file)
index b24f3a4..0000000
Binary files a/doc/img/foot_bg.png and /dev/null differ
diff --git a/doc/img/footer_background.png b/doc/img/footer_background.png
deleted file mode 100644 (file)
index dabb1ac..0000000
Binary files a/doc/img/footer_background.png and /dev/null differ
diff --git a/doc/img/head_bg.png b/doc/img/head_bg.png
deleted file mode 100644 (file)
index 081dc13..0000000
Binary files a/doc/img/head_bg.png and /dev/null differ
diff --git a/doc/img/header_background.png b/doc/img/header_background.png
deleted file mode 100644 (file)
index dd7f490..0000000
Binary files a/doc/img/header_background.png and /dev/null differ
diff --git a/doc/img/header_menu_background.png b/doc/img/header_menu_background.png
deleted file mode 100644 (file)
index 118f59b..0000000
Binary files a/doc/img/header_menu_background.png and /dev/null differ
diff --git a/doc/img/header_menu_background_last.png b/doc/img/header_menu_background_last.png
deleted file mode 100644 (file)
index ee82d02..0000000
Binary files a/doc/img/header_menu_background_last.png and /dev/null differ
diff --git a/doc/img/header_menu_current_background.png b/doc/img/header_menu_current_background.png
deleted file mode 100644 (file)
index 83de558..0000000
Binary files a/doc/img/header_menu_current_background.png and /dev/null differ
diff --git a/doc/img/header_menu_hover_background.png b/doc/img/header_menu_hover_background.png
deleted file mode 100644 (file)
index e3d2f08..0000000
Binary files a/doc/img/header_menu_hover_background.png and /dev/null differ
diff --git a/doc/img/header_menu_hover_background_left.png b/doc/img/header_menu_hover_background_left.png
deleted file mode 100644 (file)
index 8112a0d..0000000
Binary files a/doc/img/header_menu_hover_background_left.png and /dev/null differ
diff --git a/doc/img/header_menu_unselected_background.png b/doc/img/header_menu_unselected_background.png
deleted file mode 100644 (file)
index a00448b..0000000
Binary files a/doc/img/header_menu_unselected_background.png and /dev/null differ
diff --git a/doc/img/header_menu_unselected_next_background.png b/doc/img/header_menu_unselected_next_background.png
deleted file mode 100644 (file)
index 0a7fa99..0000000
Binary files a/doc/img/header_menu_unselected_next_background.png and /dev/null differ
diff --git a/doc/img/logo.png b/doc/img/logo.png
deleted file mode 100644 (file)
index 50f09be..0000000
Binary files a/doc/img/logo.png and /dev/null differ
diff --git a/doc/img/pn-1.png b/doc/img/pn-1.png
deleted file mode 100644 (file)
index f777f4b..0000000
Binary files a/doc/img/pn-1.png and /dev/null differ
diff --git a/doc/img/pn-2.png b/doc/img/pn-2.png
deleted file mode 100644 (file)
index 697b805..0000000
Binary files a/doc/img/pn-2.png and /dev/null differ
diff --git a/doc/img/pn-3.png b/doc/img/pn-3.png
deleted file mode 100644 (file)
index e397407..0000000
Binary files a/doc/img/pn-3.png and /dev/null differ
diff --git a/doc/img/pn-4.png b/doc/img/pn-4.png
deleted file mode 100644 (file)
index f085069..0000000
Binary files a/doc/img/pn-4.png and /dev/null differ
diff --git a/doc/img/pn-6.png b/doc/img/pn-6.png
deleted file mode 100644 (file)
index 74c0b43..0000000
Binary files a/doc/img/pn-6.png and /dev/null differ
diff --git a/doc/img/pn-7.png b/doc/img/pn-7.png
deleted file mode 100644 (file)
index a7ce73f..0000000
Binary files a/doc/img/pn-7.png and /dev/null differ
diff --git a/doc/img/pn-8.png b/doc/img/pn-8.png
deleted file mode 100644 (file)
index bc91cf2..0000000
Binary files a/doc/img/pn-8.png and /dev/null differ
diff --git a/doc/img/pn-9.png b/doc/img/pn-9.png
deleted file mode 100644 (file)
index 03136d1..0000000
Binary files a/doc/img/pn-9.png and /dev/null differ