[build] Upgrade to Doxygen 1.15.0 (#8328)

This commit is contained in:
Tyler Veness
2025-11-02 05:18:58 -08:00
committed by GitHub
parent 5eb3140f69
commit 3bdaeac3e1
6 changed files with 32 additions and 23 deletions

View File

@@ -84,8 +84,8 @@ class SendableChooser : public SendableChooserBase {
}
/**
* Returns a copy of the selected option (a std::weak_ptr<U> if T =
* std::shared_ptr<U>).
* Returns a copy of the selected option (a std::weak_ptr&lt;U&gt; if T =
* std::shared_ptr&lt;U&gt;).
*
* If there is none selected, it will return the default. If there is none
* selected and no default, then it will return a value-initialized instance.