Skip to content

Commit

Permalink
deploy: 0e243eb
Browse files Browse the repository at this point in the history
  • Loading branch information
chapulina committed Oct 25, 2024
1 parent 3fb1d74 commit 8cc4919
Show file tree
Hide file tree
Showing 359 changed files with 1,962 additions and 2,798 deletions.
2 changes: 1 addition & 1 deletion api/cmake/3/developingwithcmake.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2>API Reference</h2>
</div>
<main class="mdl-layout__content mdl-color--white">
<div id="top">
<!-- Generated by Doxygen 1.8.17 -->
<!-- Generated by Doxygen 1.9.1 -->
</div><!-- top -->
<div class="PageDoc"><div class="header">
<div class="headertitle">
Expand Down
2 changes: 1 addition & 1 deletion api/cmake/3/dir_67d178a995315b645380f0df5c1a23ee.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2>API Reference</h2>
</div>
<main class="mdl-layout__content mdl-color--white">
<div id="top">
<!-- Generated by Doxygen 1.8.17 -->
<!-- Generated by Doxygen 1.9.1 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_67d178a995315b645380f0df5c1a23ee.html">gz-cmake</a></li> </ul>
Expand Down
2 changes: 1 addition & 1 deletion api/cmake/3/dir_68267d1309a1af8e8297ef4c3efbcdba.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2>API Reference</h2>
</div>
<main class="mdl-layout__content mdl-color--white">
<div id="top">
<!-- Generated by Doxygen 1.8.17 -->
<!-- Generated by Doxygen 1.9.1 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul>
Expand Down
2 changes: 1 addition & 1 deletion api/cmake/3/dir_955301e7d9daf5a4a370ec060575a3ad.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2>API Reference</h2>
</div>
<main class="mdl-layout__content mdl-color--white">
<div id="top">
<!-- Generated by Doxygen 1.8.17 -->
<!-- Generated by Doxygen 1.9.1 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_67d178a995315b645380f0df5c1a23ee.html">gz-cmake</a></li><li class="navelem"><a class="el" href="dir_955301e7d9daf5a4a370ec060575a3ad.html">tutorials</a></li> </ul>
Expand Down
154 changes: 88 additions & 66 deletions api/cmake/3/doxygen.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* The standard CSS for doxygen 1.8.17 */
/* The standard CSS for doxygen 1.9.1 */

body, table, div, p, dl {
font: 400 14px/22px Roboto,sans-serif;
Expand Down Expand Up @@ -66,7 +66,7 @@ p.startli, p.startdd {
margin-top: 2px;
}

th p.starttd, p.intertd, p.endtd {
th p.starttd, th p.intertd, th p.endtd {
font-size: 100%;
font-weight: 700;
}
Expand Down Expand Up @@ -103,30 +103,96 @@ caption {
}

span.legend {
font-size: 70%;
text-align: center;
font-size: 70%;
text-align: center;
}

h3.version {
font-size: 90%;
text-align: center;
font-size: 90%;
text-align: center;
}

div.qindex, div.navtab{
background-color: #F5EEED;
border: 1px solid #D1B2AA;
text-align: center;
div.navtab {
border-right: 1px solid #D1B2AA;
padding-right: 15px;
text-align: right;
line-height: 110%;
}

div.navtab table {
border-spacing: 0;
}

div.qindex, div.navpath {
td.navtab {
padding-right: 6px;
padding-left: 6px;
}
td.navtabHL {
background-image: url('tab_a.png');
background-repeat:repeat-x;
padding-right: 6px;
padding-left: 6px;
}

td.navtabHL a, td.navtabHL a:visited {
color: #fff;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
}

a.navtab {
font-weight: bold;
}

div.qindex{
text-align: center;
width: 100%;
line-height: 140%;
font-size: 130%;
color: #A0A0A0;
}

div.navtab {
margin-right: 15px;
dt.alphachar{
font-size: 180%;
font-weight: bold;
}

.alphachar a{
color: black;
}

.alphachar a:hover, .alphachar a:visited{
text-decoration: none;
}

.classindex dl {
padding: 25px;
column-count:1
}

.classindex dd {
display:inline-block;
margin-left: 50px;
width: 90%;
line-height: 1.15em;
}

.classindex dl.odd {
background-color: #FBF9F8;
}

@media(min-width: 1120px) {
.classindex dl {
column-count:2
}
}

@media(min-width: 1320px) {
.classindex dl {
column-count:3
}
}


/* @group Link Styling */

a {
Expand All @@ -143,17 +209,6 @@ a:hover {
text-decoration: underline;
}

a.qindex {
font-weight: bold;
}

a.qindexHL {
font-weight: bold;
background-color: #CDACA3;
color: #FFFFFF;
border: 1px double #C2998E;
}

.contents a.qindexHL:visited {
color: #FFFFFF;
}
Expand Down Expand Up @@ -1358,10 +1413,12 @@ dl.citelist dt {
font-weight:bold;
margin-right:10px;
padding:5px;
text-align:right;
width:52px;
}

dl.citelist dd {
margin:2px 0;
margin:2px 0 2px 72px;
padding:5px 0;
}

Expand Down Expand Up @@ -1424,6 +1481,12 @@ div.toc li.level4 {
margin-left: 45px;
}

span.emoji {
/* font family used at the site: https://unicode.org/emoji/charts/full-emoji-list.html
* font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Times, Symbola, Aegyptus, Code2000, Code2001, Code2002, Musica, serif, LastResort;
*/
}

.PageDocRTL-title div.toc li.level1 {
margin-left: 0 !important;
margin-right: 0;
Expand Down Expand Up @@ -1661,47 +1724,6 @@ tr.heading h2 {

/* @group Markdown */

/*
table.markdownTable {
border-collapse:collapse;
margin-top: 4px;
margin-bottom: 4px;
}
table.markdownTable td, table.markdownTable th {
border: 1px solid #613E34;
padding: 3px 7px 2px;
}
table.markdownTableHead tr {
}
table.markdownTableBodyLeft td, table.markdownTable th {
border: 1px solid #613E34;
padding: 3px 7px 2px;
}
th.markdownTableHeadLeft th.markdownTableHeadRight th.markdownTableHeadCenter th.markdownTableHeadNone {
background-color: #774C40;
color: #FFFFFF;
font-size: 110%;
padding-bottom: 4px;
padding-top: 5px;
}
th.markdownTableHeadLeft {
text-align: left
}
th.markdownTableHeadRight {
text-align: right
}
th.markdownTableHeadCenter {
text-align: center
}
*/

table.markdownTable {
border-collapse:collapse;
margin-top: 4px;
Expand Down
33 changes: 17 additions & 16 deletions api/cmake/3/dynsections.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
/*
@licstart The following is the entire license notice for the
JavaScript code in this file.
@licstart The following is the entire license notice for the JavaScript code in this file.
Copyright (C) 1997-2017 by Dimitri van Heesch
The MIT License (MIT)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Copyright (C) 1997-2020 by Dimitri van Heesch
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.
@licend The above is the entire license notice
for the JavaScript code in this file
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@licend The above is the entire license notice for the JavaScript code in this file
*/
function toggleVisibility(linkObj)
{
Expand Down
4 changes: 2 additions & 2 deletions api/cmake/3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ <h2>API Reference</h2>
</div>
<main class="mdl-layout__content mdl-color--white">
<div id="top">
<!-- Generated by Doxygen 1.8.17 -->
<!-- Generated by Doxygen 1.9.1 -->
</div><!-- top -->
<div class="PageDoc"><div class="header">
<div class="headertitle">
<div class="title">Gazebo Cmake </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>Gazebo Cmake is a component in Gazebo, a set of libraries designed to rapidly develop robot and simulation applications.</p>
<div class="textblock"><p><a class="anchor" id="md_api"></a> Gazebo Cmake is a component in Gazebo, a set of libraries designed to rapidly develop robot and simulation applications.</p>
<h1><a class="anchor" id="autotoc_md1"></a>
License</h1>
<p>The code associated with this documentation is licensed under an <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 License</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion api/cmake/3/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2>API Reference</h2>
</div>
<main class="mdl-layout__content mdl-color--white">
<div id="top">
<!-- Generated by Doxygen 1.8.17 -->
<!-- Generated by Doxygen 1.9.1 -->
</div><!-- top -->
<div class="PageDoc"><div class="header">
<div class="headertitle">
Expand Down
4 changes: 2 additions & 2 deletions api/cmake/3/namespaces.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,15 @@ <h2>API Reference</h2>
</div>
<main class="mdl-layout__content mdl-color--white">
<div id="top">
<!-- Generated by Doxygen 1.8.17 -->
<!-- Generated by Doxygen 1.9.1 -->
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Namespace List</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here is a list of all namespaces with brief descriptions:</div><div class="directory">
<table class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespacestd.html" target="_self">std</a></td><td class="desc">STL namespace </td></tr>
</table>
</div><!-- directory -->
Expand Down
3 changes: 2 additions & 1 deletion api/cmake/3/namespacestd.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2>API Reference</h2>
</div>
<main class="mdl-layout__content mdl-color--white">
<div id="top">
<!-- Generated by Doxygen 1.8.17 -->
<!-- Generated by Doxygen 1.9.1 -->
</div><!-- top -->
<div class="header">
<div class="summary">
Expand Down Expand Up @@ -2259,3 +2259,4 @@ <h2>API Reference</h2>
</main>
</div>
</body>

4 changes: 2 additions & 2 deletions api/cmake/3/pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2>API Reference</h2>
</div>
<main class="mdl-layout__content mdl-color--white">
<div id="top">
<!-- Generated by Doxygen 1.8.17 -->
<!-- Generated by Doxygen 1.9.1 -->
</div><!-- top -->
<div class="header">
<div class="headertitle">
Expand All @@ -141,7 +141,7 @@ <h2>API Reference</h2>
<div class="contents">
<div class="textblock">Here is a list of all related documentation pages:</div><div class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md____w_docs_docs_ws_src_gz-cmake_tutorials_index.html" target="_self">Introduction</a></td><td class="desc"></td></tr>
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md____w_docs_docs_ws_src_gz_cmake_tutorials_index.html" target="_self">Introduction</a></td><td class="desc"></td></tr>
<tr id="row_1_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">&#9660;</span><a class="el" href="tutorials.html" target="_self">Tutorials</a></td><td class="desc"></td></tr>
<tr id="row_1_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="install.html" target="_self">Installation</a></td><td class="desc"></td></tr>
<tr id="row_1_1_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="developingwithcmake.html" target="_self">Developing with Gazebo CMake</a></td><td class="desc"></td></tr>
Expand Down
2 changes: 1 addition & 1 deletion api/cmake/3/sanitizersbuilds.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2>API Reference</h2>
</div>
<main class="mdl-layout__content mdl-color--white">
<div id="top">
<!-- Generated by Doxygen 1.8.17 -->
<!-- Generated by Doxygen 1.9.1 -->
</div><!-- top -->
<div class="PageDoc"><div class="header">
<div class="headertitle">
Expand Down
2 changes: 1 addition & 1 deletion api/cmake/3/tutorials.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2>API Reference</h2>
</div>
<main class="mdl-layout__content mdl-color--white">
<div id="top">
<!-- Generated by Doxygen 1.8.17 -->
<!-- Generated by Doxygen 1.9.1 -->
</div><!-- top -->
<div class="PageDoc"><div class="header">
<div class="headertitle">
Expand Down
1 change: 0 additions & 1 deletion api/common/5/classgz_1_1common_1_1Battery.html
Original file line number Diff line number Diff line change
Expand Up @@ -936,4 +936,3 @@ <h2 class="memtitle"><span class="permalink"><a href="#aa2c2d993e2a12fe4100f6602
</main>
</div>
</body>

1 change: 0 additions & 1 deletion api/common/5/classgz_1_1common_1_1FlagSet.html
Original file line number Diff line number Diff line change
Expand Up @@ -1354,4 +1354,3 @@ <h2 class="memtitle"><span class="permalink"><a href="#a3b58093af4ba492150ebee71
</main>
</div>
</body>

Loading

0 comments on commit 8cc4919

Please sign in to comment.