Skip to content

Commit 5b092be

Browse files
1 parent 196dc0a commit 5b092be

12 files changed

+42
-43
lines changed

doxygen_cxx/deprecated.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,13 @@
181181
<dd><a class="anchor" id="_deprecated000020"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
182182
This will be removed from Drake on or after 2026-06-01. </dd>
183183
<dt>Member <a class="el" href="namespacedrake.html#a24d3bbc3fbb363dfb7cdc7ff5c71c850">drake::operator&lt;&lt;</a> (std::ostream &amp;os, const typename <a class="el" href="classdrake_1_1_polynomial_1_1_monomial.html" title="An additive atom of a Polynomial: The product of any number of Terms and a coefficient.">Polynomial&lt; T &gt;::Monomial</a> &amp;m)</dt>
184-
<dd><a class="anchor" id="_deprecated000006"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
184+
<dd><a class="anchor" id="_deprecated000004"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
185185
This will be removed from Drake on or after 2026-06-01. </dd>
186186
<dt>Member <a class="el" href="namespacedrake.html#a6349afb82c0796366e318e99f25c3e5f">drake::operator&lt;&lt;</a> (std::ostream &amp;os, const <a class="el" href="classdrake_1_1_polynomial.html" title="A scalar multi-variate polynomial, modeled after the msspoly in spotless.">Polynomial&lt; T &gt;</a> &amp;poly)</dt>
187-
<dd><a class="anchor" id="_deprecated000007"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
187+
<dd><a class="anchor" id="_deprecated000005"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
188188
This will be removed from Drake on or after 2026-06-01. </dd>
189189
<dt>Member <a class="el" href="namespacedrake.html#a8db300eaec345b10d2e808b900239b8e">drake::operator&lt;&lt;</a> (std::ostream &amp;os, const Eigen::Matrix&lt; <a class="el" href="classdrake_1_1_polynomial.html" title="A scalar multi-variate polynomial, modeled after the msspoly in spotless.">Polynomial&lt; T &gt;</a>, Rows, Cols &gt; &amp;poly_mat)</dt>
190-
<dd><a class="anchor" id="_deprecated000008"></a>Wrap Eigen objects M with fmt_eigen() to format Eigen data into fmt strings e.g., fmt::to_string(fmt_eigen(M)), fmt::format(\M = {}\, fmt_eigen(M)). You'll need to #include \drake/common/fmt_eigen.h\ to access that function. Refer to GitHub issue #17742 for more information. <br />
190+
<dd><a class="anchor" id="_deprecated000006"></a>Wrap Eigen objects M with fmt_eigen() to format Eigen data into fmt strings e.g., fmt::to_string(fmt_eigen(M)), fmt::format(\M = {}\, fmt_eigen(M)). You'll need to #include \drake/common/fmt_eigen.h\ to access that function. Refer to GitHub issue #17742 for more information. <br />
191191
This will be removed from Drake on or after 2026-06-01. </dd>
192192
<dt>Member <a class="el" href="namespacedrake_1_1perception_1_1pc__flags.html#ad70a51f0c16bb5f6b6fc3e4a51b0529a">drake::perception::pc_flags::operator&lt;&lt;</a> (std::ostream &amp;os, const <a class="el" href="classdrake_1_1perception_1_1pc__flags_1_1_fields.html" title="Allows combination of BaseField and DescriptorType for a PointCloud.">Fields</a> &amp;rhs)</dt>
193193
<dd><a class="anchor" id="_deprecated000032"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
@@ -220,10 +220,10 @@
220220
<dd><a class="anchor" id="_deprecated000003"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
221221
This will be removed from Drake on or after 2026-05-01. </dd>
222222
<dt>Member <a class="el" href="namespacedrake_1_1symbolic.html#ada77c9969b0422090c05636a895c0e8e">drake::symbolic::operator&lt;&lt;</a> (std::ostream &amp;out, const <a class="el" href="classdrake_1_1symbolic_1_1_monomial.html" title="Represents a monomial, a product of powers of variables with non-negative integer exponents.">Monomial</a> &amp;m)</dt>
223-
<dd><a class="anchor" id="_deprecated000004"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
223+
<dd><a class="anchor" id="_deprecated000007"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
224224
This will be removed from Drake on or after 2026-05-01. </dd>
225225
<dt>Member <a class="el" href="namespacedrake_1_1symbolic.html#ad33e2289eb5f8ba9d8a286bd6e954001">drake::symbolic::operator&lt;&lt;</a> (std::ostream &amp;out, const <a class="el" href="classdrake_1_1symbolic_1_1_chebyshev_basis_element.html" title="ChebyshevBasisElement represents an element of Chebyshev polynomial basis, written as the product of ...">ChebyshevBasisElement</a> &amp;m)</dt>
226-
<dd><a class="anchor" id="_deprecated000005"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
226+
<dd><a class="anchor" id="_deprecated000008"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
227227
This will be removed from Drake on or after 2026-06-01. </dd>
228228
<dt>Member <a class="el" href="namespacedrake_1_1symbolic.html#aebaa1c50ddcd18c8de9ba5ebc01f3989">drake::symbolic::operator&lt;&lt;</a> (std::ostream &amp;out, const <a class="el" href="classdrake_1_1symbolic_1_1_monomial_basis_element.html" title="MonomialBasisElement represents a monomial, a product of powers of variables with non-negative intege...">MonomialBasisElement</a> &amp;m)</dt>
229229
<dd><a class="anchor" id="_deprecated000009"></a>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />

doxygen_cxx/doxygen.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2068,7 +2068,7 @@ details[open]>summary::before {
20682068

20692069

20702070
html {
2071-
--timestamp: 'Thu Mar 12 2026 15:11:00';
2071+
--timestamp: 'Fri Mar 13 2026 07:56:29';
20722072
}
20732073
span.timestamp { content: ' '; }
20742074
span.timestamp:before { content: var(--timestamp); }

doxygen_cxx/namespacedrake.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3308,7 +3308,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a8db300eaec345b10d2e808b9
33083308
</div><div class="memdoc">
33093309

33103310
<p>(Deprecated.) </p>
3311-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000008">Deprecated</a></b></dt><dd>Wrap Eigen objects M with fmt_eigen() to format Eigen data into fmt strings e.g., fmt::to_string(fmt_eigen(M)), fmt::format(\M = {}\, fmt_eigen(M)). You'll need to #include \drake/common/fmt_eigen.h\ to access that function. Refer to GitHub issue #17742 for more information. <br />
3311+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000006">Deprecated</a></b></dt><dd>Wrap Eigen objects M with fmt_eigen() to format Eigen data into fmt strings e.g., fmt::to_string(fmt_eigen(M)), fmt::format(\M = {}\, fmt_eigen(M)). You'll need to #include \drake/common/fmt_eigen.h\ to access that function. Refer to GitHub issue #17742 for more information. <br />
33123312
This will be removed from Drake on or after 2026-06-01. </dd></dl>
33133313

33143314
</div>
@@ -3335,7 +3335,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a6349afb82c0796366e318e99
33353335
</div><div class="memdoc">
33363336

33373337
<p>(Deprecated.) </p>
3338-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000007">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
3338+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000005">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
33393339
This will be removed from Drake on or after 2026-06-01. </dd></dl>
33403340

33413341
</div>
@@ -3362,7 +3362,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a24d3bbc3fbb363dfb7cdc7ff
33623362
</div><div class="memdoc">
33633363

33643364
<p>(Deprecated.) </p>
3365-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000006">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
3365+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000004">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
33663366
This will be removed from Drake on or after 2026-06-01. </dd></dl>
33673367

33683368
</div>

doxygen_cxx/namespacedrake_1_1symbolic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10156,7 +10156,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ad33e2289eb5f8ba9d8a286bd
1015610156
</div><div class="memdoc">
1015710157

1015810158
<p>(Deprecated.) </p>
10159-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000005">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
10159+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000008">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
1016010160
This will be removed from Drake on or after 2026-06-01. </dd></dl>
1016110161

1016210162
</div>
@@ -10206,7 +10206,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ada77c9969b0422090c05636a
1020610206
</div><div class="memdoc">
1020710207

1020810208
<p>(Deprecated.) </p>
10209-
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000004">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
10209+
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000007">Deprecated</a></b></dt><dd>Use fmt functions instead (e.g., fmt::format(), fmt::to_string(), fmt::print()). Refer to GitHub issue #17742 for more information. <br />
1021010210
This will be removed from Drake on or after 2026-05-01. </dd></dl>
1021110211

1021210212
</div>

doxygen_cxx/navtreeindex102.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doxygen_cxx/navtreeindex24.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,32 +152,32 @@ var NAVTREEINDEX24 =
152152
"classdrake_1_1multibody_1_1_deformable_contact_info.html":[4,0,0,8,27],
153153
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a0c43a14eb65bb4f42f19a86bc35659c5":[3,0,0,9,28,2],
154154
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a0c43a14eb65bb4f42f19a86bc35659c5":[4,0,0,8,27,2],
155-
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2031aa0ade3e3b3f1fc65af9da9bc96f":[3,0,0,9,28,4],
156155
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2031aa0ade3e3b3f1fc65af9da9bc96f":[3,0,0,9,29,4],
156+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2031aa0ade3e3b3f1fc65af9da9bc96f":[3,0,0,9,28,4],
157157
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2031aa0ade3e3b3f1fc65af9da9bc96f":[4,0,0,8,27,4],
158158
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2031aa0ade3e3b3f1fc65af9da9bc96f":[4,0,0,8,28,4],
159159
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2694093ee9749b2f7b5ac90f8d936752":[3,0,0,9,28,9],
160160
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a2694093ee9749b2f7b5ac90f8d936752":[4,0,0,8,27,9],
161-
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a3d96e529452cd5214d50da17cd02db0e":[3,0,0,9,28,7],
162161
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a3d96e529452cd5214d50da17cd02db0e":[3,0,0,9,29,7],
162+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a3d96e529452cd5214d50da17cd02db0e":[3,0,0,9,28,7],
163163
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a3d96e529452cd5214d50da17cd02db0e":[4,0,0,8,27,7],
164164
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a3d96e529452cd5214d50da17cd02db0e":[4,0,0,8,28,7],
165165
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a5fd1f2cb925460060e1e83ccebf43ad7":[3,0,0,9,28,8],
166166
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a5fd1f2cb925460060e1e83ccebf43ad7":[4,0,0,8,27,8],
167-
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a6698439b0d9254c7a0c7880b1e6c12da":[3,0,0,9,28,3],
168167
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a6698439b0d9254c7a0c7880b1e6c12da":[3,0,0,9,29,3],
168+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a6698439b0d9254c7a0c7880b1e6c12da":[3,0,0,9,28,3],
169169
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a6698439b0d9254c7a0c7880b1e6c12da":[4,0,0,8,27,3],
170170
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a6698439b0d9254c7a0c7880b1e6c12da":[4,0,0,8,28,3],
171171
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a69d03e02820eeae5a08d9529226649a1":[3,0,0,9,28,1],
172172
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a69d03e02820eeae5a08d9529226649a1":[4,0,0,8,27,1],
173173
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a6ac05bc95e69c0667681ae90ce0ed1e2":[3,0,0,9,28,0],
174174
"classdrake_1_1multibody_1_1_deformable_contact_info.html#a6ac05bc95e69c0667681ae90ce0ed1e2":[4,0,0,8,27,0],
175-
"classdrake_1_1multibody_1_1_deformable_contact_info.html#ac82dd03d7c709425b77ffe79bd4a3fa5":[3,0,0,9,28,6],
176175
"classdrake_1_1multibody_1_1_deformable_contact_info.html#ac82dd03d7c709425b77ffe79bd4a3fa5":[3,0,0,9,29,6],
176+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#ac82dd03d7c709425b77ffe79bd4a3fa5":[3,0,0,9,28,6],
177177
"classdrake_1_1multibody_1_1_deformable_contact_info.html#ac82dd03d7c709425b77ffe79bd4a3fa5":[4,0,0,8,27,6],
178178
"classdrake_1_1multibody_1_1_deformable_contact_info.html#ac82dd03d7c709425b77ffe79bd4a3fa5":[4,0,0,8,28,6],
179-
"classdrake_1_1multibody_1_1_deformable_contact_info.html#acea6d1d482569de3fdb520c42662f485":[3,0,0,9,28,5],
180179
"classdrake_1_1multibody_1_1_deformable_contact_info.html#acea6d1d482569de3fdb520c42662f485":[3,0,0,9,29,5],
180+
"classdrake_1_1multibody_1_1_deformable_contact_info.html#acea6d1d482569de3fdb520c42662f485":[3,0,0,9,28,5],
181181
"classdrake_1_1multibody_1_1_deformable_contact_info.html#acea6d1d482569de3fdb520c42662f485":[4,0,0,8,27,5],
182182
"classdrake_1_1multibody_1_1_deformable_contact_info.html#acea6d1d482569de3fdb520c42662f485":[4,0,0,8,28,5],
183183
"classdrake_1_1multibody_1_1_deformable_contact_info_3_01symbolic_1_1_expression_01_4.html":[3,0,0,9,29],

0 commit comments

Comments
 (0)