diff options
author | Wouter van Oortmerssen <wvo@google.com> | 2015-07-22 13:10:37 -0700 |
---|---|---|
committer | Wouter van Oortmerssen <wvo@google.com> | 2015-07-22 13:10:37 -0700 |
commit | 6e192fa4087aaafd17a050ee5da3d4a043352055 (patch) | |
tree | 9501bdcbb1236a1d0ee38c8043a4830df3aa0904 /docs | |
parent | 12ca3e054e257e06e2c6e35e8824d5ae569bce4b (diff) | |
download | flatbuffers-6e192fa4087aaafd17a050ee5da3d4a043352055.tar.gz flatbuffers-6e192fa4087aaafd17a050ee5da3d4a043352055.tar.bz2 flatbuffers-6e192fa4087aaafd17a050ee5da3d4a043352055.zip |
Updated documentation to use new css style.
Change-Id: I05e2f8fd06026645a8e5da1703d757ad9de10b4f
Tested: on Linux.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/header.html | 59 | ||||
-rw-r--r-- | docs/html/fpl_logo_small.png | bin | 0 -> 5073 bytes | |||
-rw-r--r-- | docs/html/index.html | 7 | ||||
-rw-r--r-- | docs/html/md__benchmarks.html | 7 | ||||
-rw-r--r-- | docs/html/md__building.html | 7 | ||||
-rw-r--r-- | docs/html/md__compiler.html | 7 | ||||
-rw-r--r-- | docs/html/md__cpp_usage.html | 7 | ||||
-rw-r--r-- | docs/html/md__go_usage.html | 7 | ||||
-rw-r--r-- | docs/html/md__grammar.html | 7 | ||||
-rw-r--r-- | docs/html/md__internals.html | 7 | ||||
-rw-r--r-- | docs/html/md__java_usage.html | 7 | ||||
-rw-r--r-- | docs/html/md__python_usage.html | 7 | ||||
-rw-r--r-- | docs/html/md__schemas.html | 7 | ||||
-rw-r--r-- | docs/html/md__white_paper.html | 7 | ||||
-rw-r--r-- | docs/html/pages.html | 7 | ||||
-rw-r--r-- | docs/html/style.css | 396 | ||||
-rw-r--r-- | docs/images/fpl_logo_small.png | bin | 0 -> 5073 bytes | |||
-rw-r--r-- | docs/images/ftv2mnode.png | bin | 0 -> 1048 bytes | |||
-rw-r--r-- | docs/images/ftv2pnode.png | bin | 0 -> 1045 bytes | |||
-rwxr-xr-x | docs/source/doxyfile | 6 | ||||
-rw-r--r-- | docs/source/style.css | 396 |
21 files changed, 932 insertions, 16 deletions
diff --git a/docs/header.html b/docs/header.html new file mode 100644 index 00000000..de98f2f0 --- /dev/null +++ b/docs/header.html @@ -0,0 +1,59 @@ +<!-- HTML header for doxygen 1.8.6--> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen $doxygenversion"/> +<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME--> +<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME--> +<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="$relpath^jquery.js"></script> +<script type="text/javascript" src="$relpath^dynsections.js"></script> +$treeview +$search +$mathjax +<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" /> +<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700" rel="stylesheet"> +$extrastylesheet +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> + +<!--BEGIN TITLEAREA--> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <!--BEGIN PROJECT_LOGO--> + <td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td> + <!--END PROJECT_LOGO--> + <td id="commonprojectlogo"> + <img alt="Logo" src="$relpath^fpl_logo_small.png"/> + </td> + <!--BEGIN PROJECT_NAME--> + <td style="padding-left: 0.5em;"> + <div id="projectname">$projectname + <!--BEGIN PROJECT_NUMBER--> <span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER--> + </div> + <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF--> + </td> + <!--END PROJECT_NAME--> + <!--BEGIN !PROJECT_NAME--> + <!--BEGIN PROJECT_BRIEF--> + <td style="padding-left: 0.5em;"> + <div id="projectbrief">$projectbrief</div> + </td> + <!--END PROJECT_BRIEF--> + <!--END !PROJECT_NAME--> + <!--BEGIN DISABLE_INDEX--> + <!--BEGIN SEARCHENGINE--> + <td>$searchbox</td> + <!--END SEARCHENGINE--> + <!--END DISABLE_INDEX--> + </tr> + </tbody> +</table> +</div> +<!--END TITLEAREA--> +<!-- end header part --> diff --git a/docs/html/fpl_logo_small.png b/docs/html/fpl_logo_small.png Binary files differnew file mode 100644 index 00000000..2c728f3b --- /dev/null +++ b/docs/html/fpl_logo_small.png diff --git a/docs/html/index.html b/docs/html/index.html index 291a2bdf..4af6ab8e 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -1,3 +1,4 @@ +<!-- HTML header for doxygen 1.8.6--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -15,7 +16,8 @@ $(document).ready(initResizable); $(window).load(resizeHeight); </script> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> +<link href="style.css" rel="stylesheet" type="text/css" /> +<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700" rel="stylesheet"> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> @@ -23,6 +25,9 @@ <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> + <td id="commonprojectlogo"> + <img alt="Logo" src="fpl_logo_small.png"/> + </td> <td style="padding-left: 0.5em;"> <div id="projectname">FlatBuffers </div> diff --git a/docs/html/md__benchmarks.html b/docs/html/md__benchmarks.html index c87ff1e4..feb54438 100644 --- a/docs/html/md__benchmarks.html +++ b/docs/html/md__benchmarks.html @@ -1,3 +1,4 @@ +<!-- HTML header for doxygen 1.8.6--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -15,7 +16,8 @@ $(document).ready(initResizable); $(window).load(resizeHeight); </script> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> +<link href="style.css" rel="stylesheet" type="text/css" /> +<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700" rel="stylesheet"> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> @@ -23,6 +25,9 @@ <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> + <td id="commonprojectlogo"> + <img alt="Logo" src="fpl_logo_small.png"/> + </td> <td style="padding-left: 0.5em;"> <div id="projectname">FlatBuffers </div> diff --git a/docs/html/md__building.html b/docs/html/md__building.html index 2f03d757..62b82fc5 100644 --- a/docs/html/md__building.html +++ b/docs/html/md__building.html @@ -1,3 +1,4 @@ +<!-- HTML header for doxygen 1.8.6--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -15,7 +16,8 @@ $(document).ready(initResizable); $(window).load(resizeHeight); </script> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> +<link href="style.css" rel="stylesheet" type="text/css" /> +<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700" rel="stylesheet"> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> @@ -23,6 +25,9 @@ <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> + <td id="commonprojectlogo"> + <img alt="Logo" src="fpl_logo_small.png"/> + </td> <td style="padding-left: 0.5em;"> <div id="projectname">FlatBuffers </div> diff --git a/docs/html/md__compiler.html b/docs/html/md__compiler.html index a73f0592..8db385dc 100644 --- a/docs/html/md__compiler.html +++ b/docs/html/md__compiler.html @@ -1,3 +1,4 @@ +<!-- HTML header for doxygen 1.8.6--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -15,7 +16,8 @@ $(document).ready(initResizable); $(window).load(resizeHeight); </script> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> +<link href="style.css" rel="stylesheet" type="text/css" /> +<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700" rel="stylesheet"> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> @@ -23,6 +25,9 @@ <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> + <td id="commonprojectlogo"> + <img alt="Logo" src="fpl_logo_small.png"/> + </td> <td style="padding-left: 0.5em;"> <div id="projectname">FlatBuffers </div> diff --git a/docs/html/md__cpp_usage.html b/docs/html/md__cpp_usage.html index 27cdd0b7..4bc78cc1 100644 --- a/docs/html/md__cpp_usage.html +++ b/docs/html/md__cpp_usage.html @@ -1,3 +1,4 @@ +<!-- HTML header for doxygen 1.8.6--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -15,7 +16,8 @@ $(document).ready(initResizable); $(window).load(resizeHeight); </script> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> +<link href="style.css" rel="stylesheet" type="text/css" /> +<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700" rel="stylesheet"> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> @@ -23,6 +25,9 @@ <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> + <td id="commonprojectlogo"> + <img alt="Logo" src="fpl_logo_small.png"/> + </td> <td style="padding-left: 0.5em;"> <div id="projectname">FlatBuffers </div> diff --git a/docs/html/md__go_usage.html b/docs/html/md__go_usage.html index 33f72974..82cf7cdb 100644 --- a/docs/html/md__go_usage.html +++ b/docs/html/md__go_usage.html @@ -1,3 +1,4 @@ +<!-- HTML header for doxygen 1.8.6--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -15,7 +16,8 @@ $(document).ready(initResizable); $(window).load(resizeHeight); </script> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> +<link href="style.css" rel="stylesheet" type="text/css" /> +<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700" rel="stylesheet"> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> @@ -23,6 +25,9 @@ <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> + <td id="commonprojectlogo"> + <img alt="Logo" src="fpl_logo_small.png"/> + </td> <td style="padding-left: 0.5em;"> <div id="projectname">FlatBuffers </div> diff --git a/docs/html/md__grammar.html b/docs/html/md__grammar.html index ea899ac9..33d6b8c1 100644 --- a/docs/html/md__grammar.html +++ b/docs/html/md__grammar.html @@ -1,3 +1,4 @@ +<!-- HTML header for doxygen 1.8.6--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -15,7 +16,8 @@ $(document).ready(initResizable); $(window).load(resizeHeight); </script> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> +<link href="style.css" rel="stylesheet" type="text/css" /> +<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700" rel="stylesheet"> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> @@ -23,6 +25,9 @@ <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> + <td id="commonprojectlogo"> + <img alt="Logo" src="fpl_logo_small.png"/> + </td> <td style="padding-left: 0.5em;"> <div id="projectname">FlatBuffers </div> diff --git a/docs/html/md__internals.html b/docs/html/md__internals.html index c51c2d3d..b22d36d4 100644 --- a/docs/html/md__internals.html +++ b/docs/html/md__internals.html @@ -1,3 +1,4 @@ +<!-- HTML header for doxygen 1.8.6--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -15,7 +16,8 @@ $(document).ready(initResizable); $(window).load(resizeHeight); </script> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> +<link href="style.css" rel="stylesheet" type="text/css" /> +<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700" rel="stylesheet"> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> @@ -23,6 +25,9 @@ <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> + <td id="commonprojectlogo"> + <img alt="Logo" src="fpl_logo_small.png"/> + </td> <td style="padding-left: 0.5em;"> <div id="projectname">FlatBuffers </div> diff --git a/docs/html/md__java_usage.html b/docs/html/md__java_usage.html index fdcfb69a..4535ea60 100644 --- a/docs/html/md__java_usage.html +++ b/docs/html/md__java_usage.html @@ -1,3 +1,4 @@ +<!-- HTML header for doxygen 1.8.6--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -15,7 +16,8 @@ $(document).ready(initResizable); $(window).load(resizeHeight); </script> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> +<link href="style.css" rel="stylesheet" type="text/css" /> +<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700" rel="stylesheet"> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> @@ -23,6 +25,9 @@ <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> + <td id="commonprojectlogo"> + <img alt="Logo" src="fpl_logo_small.png"/> + </td> <td style="padding-left: 0.5em;"> <div id="projectname">FlatBuffers </div> diff --git a/docs/html/md__python_usage.html b/docs/html/md__python_usage.html index 63eae508..9cf4c8f5 100644 --- a/docs/html/md__python_usage.html +++ b/docs/html/md__python_usage.html @@ -1,3 +1,4 @@ +<!-- HTML header for doxygen 1.8.6--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -15,7 +16,8 @@ $(document).ready(initResizable); $(window).load(resizeHeight); </script> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> +<link href="style.css" rel="stylesheet" type="text/css" /> +<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700" rel="stylesheet"> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> @@ -23,6 +25,9 @@ <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> + <td id="commonprojectlogo"> + <img alt="Logo" src="fpl_logo_small.png"/> + </td> <td style="padding-left: 0.5em;"> <div id="projectname">FlatBuffers </div> diff --git a/docs/html/md__schemas.html b/docs/html/md__schemas.html index d1b445db..5efa5bb6 100644 --- a/docs/html/md__schemas.html +++ b/docs/html/md__schemas.html @@ -1,3 +1,4 @@ +<!-- HTML header for doxygen 1.8.6--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -15,7 +16,8 @@ $(document).ready(initResizable); $(window).load(resizeHeight); </script> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> +<link href="style.css" rel="stylesheet" type="text/css" /> +<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700" rel="stylesheet"> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> @@ -23,6 +25,9 @@ <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> + <td id="commonprojectlogo"> + <img alt="Logo" src="fpl_logo_small.png"/> + </td> <td style="padding-left: 0.5em;"> <div id="projectname">FlatBuffers </div> diff --git a/docs/html/md__white_paper.html b/docs/html/md__white_paper.html index b64f5818..4dbd9539 100644 --- a/docs/html/md__white_paper.html +++ b/docs/html/md__white_paper.html @@ -1,3 +1,4 @@ +<!-- HTML header for doxygen 1.8.6--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -15,7 +16,8 @@ $(document).ready(initResizable); $(window).load(resizeHeight); </script> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> +<link href="style.css" rel="stylesheet" type="text/css" /> +<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700" rel="stylesheet"> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> @@ -23,6 +25,9 @@ <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> + <td id="commonprojectlogo"> + <img alt="Logo" src="fpl_logo_small.png"/> + </td> <td style="padding-left: 0.5em;"> <div id="projectname">FlatBuffers </div> diff --git a/docs/html/pages.html b/docs/html/pages.html index 48122d92..69d49a3b 100644 --- a/docs/html/pages.html +++ b/docs/html/pages.html @@ -1,3 +1,4 @@ +<!-- HTML header for doxygen 1.8.6--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> @@ -15,7 +16,8 @@ $(document).ready(initResizable); $(window).load(resizeHeight); </script> -<link href="doxygen.css" rel="stylesheet" type="text/css" /> +<link href="style.css" rel="stylesheet" type="text/css" /> +<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700" rel="stylesheet"> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> @@ -23,6 +25,9 @@ <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> + <td id="commonprojectlogo"> + <img alt="Logo" src="fpl_logo_small.png"/> + </td> <td style="padding-left: 0.5em;"> <div id="projectname">FlatBuffers </div> diff --git a/docs/html/style.css b/docs/html/style.css new file mode 100644 index 00000000..94ec90b1 --- /dev/null +++ b/docs/html/style.css @@ -0,0 +1,396 @@ +body, +#projectname, +table, +div, +p, +dl, +.title, +.tabs, +.tabs2, +.tabs3, +#nav-tree .label { + font-family: roboto, sans-serif; +} + +#commonprojectlogo { + padding: 5px 0px 5px 15px; +} + +#projectname { + color: #00bcd4; + font-size: 280%; + padding: 15px 0px; + font-weight: 300; +} + +#titlearea { + border-bottom: 2px solid #e5e5e5; +} + +.title { + color: #212121; + font: 300 34px/40px Roboto,sans-serif; +} + +#nav-tree { + background-color: #fff; +} + +#navrow1, #navrow2 { + border-bottom: 2px solid #e7e7e7; +} + +.tabs, .tabs2, .tabs3 { + font-size: 14px; +} + +.tabs, +.tabs2, +.tabs3, +.tablist li, +.tablist li.current a { + background-image: none; +} + +.tablist { + list-style: none; +} + +.tablist li, .tablist li p { + margin: 0; +} + +.tablist li a, +.tablist li.current a { + color: #757575; + text-shadow: none; +} + +.tablist li.current a { + background: #00bcd4; + color: #fff; +} + +.tablist a { + background-image: none; + border-right: 2px solid #e5e5e5; + font-weight: normal; +} + +.tablist a:hover, +.tablist li.current a:hover { + background-image: none; + text-decoration: underline; + text-shadow: none; +} + +.tablist a:hover { + color: #00bcd4; +} + +.tablist li.current a:hover { + color: #fff; +} + +div.header { + background-color: #f7f7f7; + background-image: none; + border-bottom: none; +} + +#MSearchBox { + border: 1px solid #ccc; + border-radius: 5px; + display: inline-block; + height: 20px; + right: 10px; +} + +#MSearchBox .left, +#MSearchBox .right, +#MSearchField { + background: none; +} + +a.SelectItem:hover { + background-color: #00bcd4; +} + +#nav-tree { + background-image: none; +} + +#nav-tree .selected { + background-image: none; + text-shadow: none; + background-color: #f7f7f7; +} + +#nav-tree a { + color: #212121; +} + +#nav-tree .selected a { + color: #0288d1; +} + +#nav-tree .item:hover { + background-color: #f7f7f7; +} + +#nav-tree .item:hover a { + color: #0288d1; +} + +#nav-tree .label { + font-size: 13px; +} + +#nav-sync { + display: none; +} + +.ui-resizable-e { + background: #ebebeb; + border-left: 1px solid #ddd; + border-right: 1px solid #ddd; +} + +.contents tr td .image { + margin-top: 24px; +} + +.image { + text-align: left; + margin-bottom: 8px; +} + +a:link, +a:visited, +.contents a:link, +.contents a:visited, +a.el { + color: #0288d1; + font-weight: normal; + text-decoration: none; +} + +div.contents { + margin-right: 12px; +} + +.directory tr, .directory tr.even { + background: #7cb342; + border-top: 1px solid #7cb342; +} + +.directory td, +.directory td.entry, +.directory td.desc { + background: rgba(255,255,255,.95); + border-left: none; + color: #212121; + padding-top: 10px; + padding-bottom: 10px; + padding-left: 8px; + padding-right: 8px; +} + +.directory tr#row_0_ { + border-top-color: #7cb342; +} + +.directory tr#row_0_ td { + background: #7cb342; + color: #fff; + font-size: 18px; +} + +.memSeparator { + border-bottom: none; +} + +.memitem { + background: #7cb342; +} + +.memproto, dl.reflist dt { + background: #7cb342; + background-image: none; + border: none; + box-shadow: none; + -webkit-box-shadow: none; + color: #fff; + text-shadow: none; +} + +.memproto .memtemplate, +.memproto a.el, +.memproto .paramname { + color: #fff; +} + +.memdoc, dl.reflist dd { + border: none; + background-color: rgba(255,255,255,.95); + background-image: none; + box-shadow: none; + -webkit-box-shadow: none; + -webkit-border-bottom-left-radius: 0; + -webkit-border-bottom-right-radius: 0; +} + +.memitem, table.doxtable, table.memberdecls { + margin-bottom: 24px; +} + +table.doxtable th { + background: #7cb342; +} + +table.doxtable tr { + background: #7cb342; + border-top: 1px solid #7cb342; +} + +table.doxtable td, table.doxtable th { + border: none; + padding: 10px 8px; +} + +table.doxtable td { + background-color: rgba(255,255,255,.95); +} + +.memberdecls { + background: #7cb342; + border-top: 1px solid #7cb342; +} + +.memberdecls .heading h2 { + border-bottom: none; + color: #fff; + font-size: 110%; + font-weight: bold; + margin: 0 0 0 6px; +} + +.memberdecls tr:not(.heading) td { + background-color: rgba(255,255,255,.95); +} + +h1, h2, h2.groupheader, h3, h4, h5, h6 { + color: #212121; +} + +h1 { + border-bottom: 1px solid #ebebeb; + font: 400 28px/32px Roboto,sans-serif; + letter-spacing: -.01em; + margin: 40px 0 20px; + padding-bottom: 3px; +} + +h2, h2.groupheader { + border-bottom: 1px solid #ebebeb; + font: 400 23px/32px Roboto,sans-serif; + letter-spacing: -.01em; + margin: 40px 0 20px; + padding-bottom: 3px; +} + +h3 { + font: 500 20px/32px Roboto,sans-serif; + margin: 32px 0 16px; +} + +h4 { + font: 500 18px/32px Roboto,sans-serif; + margin: 32px 0 16px; +} + +ol, +ul { + margin: 0; + padding-left: 40px; +} + +ol { + list-style: decimal outside; +} + +ol ol { + list-style-type: lower-alpha; +} + +ol ol ol { + list-style-type: lower-roman; +} + +ul { + list-style: disc outside; +} + +li, +li p { + margin: 8px 0; + padding: 0; +} + +div.summary +{ + float: none; + font-size: 8pt; + padding-left: 5px; + width: calc(100% - 10px); + text-align: left; + display: block; +} + +div.ingroups { + margin-top: 8px; +} + +div.fragment { + border: 1px solid #ddd; + color: #455a64; + font: 14px/20px Roboto Mono, monospace; + padding: 8px; +} + +div.line { + line-height: 1.5; + font-size: inherit; +} + +code, pre { + color: #455a64; + background: #f7f7f7; + font: 400 100%/1 Roboto Mono,monospace; + padding: 1px 4px; +} + +span.preprocessor, span.comment { + color: #0b8043; +} + +span.keywordtype { + color: #0097a7; +} + +.paramname { + color: #ef6c00; +} + +.memTemplParams { + color: #ef6c00; +} + +span.mlabel { + background: rgba(255,255,255,.25); + border: none; +} + +blockquote { + border: 1px solid #ddd; +} diff --git a/docs/images/fpl_logo_small.png b/docs/images/fpl_logo_small.png Binary files differnew file mode 100644 index 00000000..2c728f3b --- /dev/null +++ b/docs/images/fpl_logo_small.png diff --git a/docs/images/ftv2mnode.png b/docs/images/ftv2mnode.png Binary files differnew file mode 100644 index 00000000..3caf47df --- /dev/null +++ b/docs/images/ftv2mnode.png diff --git a/docs/images/ftv2pnode.png b/docs/images/ftv2pnode.png Binary files differnew file mode 100644 index 00000000..f1aaad37 --- /dev/null +++ b/docs/images/ftv2pnode.png diff --git a/docs/source/doxyfile b/docs/source/doxyfile index 202f47dd..808c77c5 100755 --- a/docs/source/doxyfile +++ b/docs/source/doxyfile @@ -1106,7 +1106,7 @@ HTML_FILE_EXTENSION = .html # of the possible markers and block names see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_HEADER = +HTML_HEADER = ../header.html # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each # generated HTML page. If the tag is left blank doxygen will generate a standard @@ -1128,7 +1128,7 @@ HTML_FOOTER = ../footer.html # obsolete. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_STYLESHEET = +HTML_STYLESHEET = style.css # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user- # defined cascading style sheet that is included after the standard style sheets @@ -1149,7 +1149,7 @@ HTML_EXTRA_STYLESHEET = # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_FILES = +HTML_EXTRA_FILES = ../images/fpl_logo_small.png ../images/ftv2mnode.png ../images/ftv2pnode.png # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # will adjust the colors in the stylesheet and background images according to diff --git a/docs/source/style.css b/docs/source/style.css new file mode 100644 index 00000000..94ec90b1 --- /dev/null +++ b/docs/source/style.css @@ -0,0 +1,396 @@ +body, +#projectname, +table, +div, +p, +dl, +.title, +.tabs, +.tabs2, +.tabs3, +#nav-tree .label { + font-family: roboto, sans-serif; +} + +#commonprojectlogo { + padding: 5px 0px 5px 15px; +} + +#projectname { + color: #00bcd4; + font-size: 280%; + padding: 15px 0px; + font-weight: 300; +} + +#titlearea { + border-bottom: 2px solid #e5e5e5; +} + +.title { + color: #212121; + font: 300 34px/40px Roboto,sans-serif; +} + +#nav-tree { + background-color: #fff; +} + +#navrow1, #navrow2 { + border-bottom: 2px solid #e7e7e7; +} + +.tabs, .tabs2, .tabs3 { + font-size: 14px; +} + +.tabs, +.tabs2, +.tabs3, +.tablist li, +.tablist li.current a { + background-image: none; +} + +.tablist { + list-style: none; +} + +.tablist li, .tablist li p { + margin: 0; +} + +.tablist li a, +.tablist li.current a { + color: #757575; + text-shadow: none; +} + +.tablist li.current a { + background: #00bcd4; + color: #fff; +} + +.tablist a { + background-image: none; + border-right: 2px solid #e5e5e5; + font-weight: normal; +} + +.tablist a:hover, +.tablist li.current a:hover { + background-image: none; + text-decoration: underline; + text-shadow: none; +} + +.tablist a:hover { + color: #00bcd4; +} + +.tablist li.current a:hover { + color: #fff; +} + +div.header { + background-color: #f7f7f7; + background-image: none; + border-bottom: none; +} + +#MSearchBox { + border: 1px solid #ccc; + border-radius: 5px; + display: inline-block; + height: 20px; + right: 10px; +} + +#MSearchBox .left, +#MSearchBox .right, +#MSearchField { + background: none; +} + +a.SelectItem:hover { + background-color: #00bcd4; +} + +#nav-tree { + background-image: none; +} + +#nav-tree .selected { + background-image: none; + text-shadow: none; + background-color: #f7f7f7; +} + +#nav-tree a { + color: #212121; +} + +#nav-tree .selected a { + color: #0288d1; +} + +#nav-tree .item:hover { + background-color: #f7f7f7; +} + +#nav-tree .item:hover a { + color: #0288d1; +} + +#nav-tree .label { + font-size: 13px; +} + +#nav-sync { + display: none; +} + +.ui-resizable-e { + background: #ebebeb; + border-left: 1px solid #ddd; + border-right: 1px solid #ddd; +} + +.contents tr td .image { + margin-top: 24px; +} + +.image { + text-align: left; + margin-bottom: 8px; +} + +a:link, +a:visited, +.contents a:link, +.contents a:visited, +a.el { + color: #0288d1; + font-weight: normal; + text-decoration: none; +} + +div.contents { + margin-right: 12px; +} + +.directory tr, .directory tr.even { + background: #7cb342; + border-top: 1px solid #7cb342; +} + +.directory td, +.directory td.entry, +.directory td.desc { + background: rgba(255,255,255,.95); + border-left: none; + color: #212121; + padding-top: 10px; + padding-bottom: 10px; + padding-left: 8px; + padding-right: 8px; +} + +.directory tr#row_0_ { + border-top-color: #7cb342; +} + +.directory tr#row_0_ td { + background: #7cb342; + color: #fff; + font-size: 18px; +} + +.memSeparator { + border-bottom: none; +} + +.memitem { + background: #7cb342; +} + +.memproto, dl.reflist dt { + background: #7cb342; + background-image: none; + border: none; + box-shadow: none; + -webkit-box-shadow: none; + color: #fff; + text-shadow: none; +} + +.memproto .memtemplate, +.memproto a.el, +.memproto .paramname { + color: #fff; +} + +.memdoc, dl.reflist dd { + border: none; + background-color: rgba(255,255,255,.95); + background-image: none; + box-shadow: none; + -webkit-box-shadow: none; + -webkit-border-bottom-left-radius: 0; + -webkit-border-bottom-right-radius: 0; +} + +.memitem, table.doxtable, table.memberdecls { + margin-bottom: 24px; +} + +table.doxtable th { + background: #7cb342; +} + +table.doxtable tr { + background: #7cb342; + border-top: 1px solid #7cb342; +} + +table.doxtable td, table.doxtable th { + border: none; + padding: 10px 8px; +} + +table.doxtable td { + background-color: rgba(255,255,255,.95); +} + +.memberdecls { + background: #7cb342; + border-top: 1px solid #7cb342; +} + +.memberdecls .heading h2 { + border-bottom: none; + color: #fff; + font-size: 110%; + font-weight: bold; + margin: 0 0 0 6px; +} + +.memberdecls tr:not(.heading) td { + background-color: rgba(255,255,255,.95); +} + +h1, h2, h2.groupheader, h3, h4, h5, h6 { + color: #212121; +} + +h1 { + border-bottom: 1px solid #ebebeb; + font: 400 28px/32px Roboto,sans-serif; + letter-spacing: -.01em; + margin: 40px 0 20px; + padding-bottom: 3px; +} + +h2, h2.groupheader { + border-bottom: 1px solid #ebebeb; + font: 400 23px/32px Roboto,sans-serif; + letter-spacing: -.01em; + margin: 40px 0 20px; + padding-bottom: 3px; +} + +h3 { + font: 500 20px/32px Roboto,sans-serif; + margin: 32px 0 16px; +} + +h4 { + font: 500 18px/32px Roboto,sans-serif; + margin: 32px 0 16px; +} + +ol, +ul { + margin: 0; + padding-left: 40px; +} + +ol { + list-style: decimal outside; +} + +ol ol { + list-style-type: lower-alpha; +} + +ol ol ol { + list-style-type: lower-roman; +} + +ul { + list-style: disc outside; +} + +li, +li p { + margin: 8px 0; + padding: 0; +} + +div.summary +{ + float: none; + font-size: 8pt; + padding-left: 5px; + width: calc(100% - 10px); + text-align: left; + display: block; +} + +div.ingroups { + margin-top: 8px; +} + +div.fragment { + border: 1px solid #ddd; + color: #455a64; + font: 14px/20px Roboto Mono, monospace; + padding: 8px; +} + +div.line { + line-height: 1.5; + font-size: inherit; +} + +code, pre { + color: #455a64; + background: #f7f7f7; + font: 400 100%/1 Roboto Mono,monospace; + padding: 1px 4px; +} + +span.preprocessor, span.comment { + color: #0b8043; +} + +span.keywordtype { + color: #0097a7; +} + +.paramname { + color: #ef6c00; +} + +.memTemplParams { + color: #ef6c00; +} + +span.mlabel { + background: rgba(255,255,255,.25); + border: none; +} + +blockquote { + border: 1px solid #ddd; +} |