File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -5407,12 +5407,25 @@ <h3 id="TODO_Comments">TODO Comments</h3>
5407
5407
5408
5408
< h3 id ="Deprecation_Comments "> Deprecation Comments</ h3 >
5409
5409
5410
- < div class ="summary ">
5410
+ < div class ="drake ">
5411
+ < p > Deprecated interfaces should use the
5412
+ < a href ="https://drake.mit.edu/doxygen_cxx/drake__deprecated_8h.html ">
5413
+ < code > DRAKE_DEPRECATED</ code > </ a > macro (refer to its API documentation for
5414
+ more information). If you wish to see prior usages of the macro, you can use
5415
+ the following < code > git</ code > query to see commits that add or remove usage of
5416
+ the string:</ p >
5417
+ < pre >
5418
+ cd drake
5419
+ git log -S DRAKE_DEPRECATED
5420
+ </ pre >
5421
+ </ div >
5422
+
5423
+ < div class ="summary nondrake ">
5411
5424
< p > Mark deprecated interface points with < code > DEPRECATED</ code >
5412
5425
comments.</ p >
5413
5426
</ div >
5414
5427
5415
- < div class ="stylebody ">
5428
+ < div class ="stylebody nondrake ">
5416
5429
5417
5430
< p > You can mark an interface as deprecated by writing a
5418
5431
comment containing the word < code > DEPRECATED</ code > in
You can’t perform that action at this time.
0 commit comments