Try the code role.

This commit is contained in:
Victor Zverovich 2013-09-03 13:33:22 -07:00
parent 1717445288
commit a4fd71f4ba

View File

@ -54,7 +54,7 @@ Arguments can be accessed by position and arguments' indices can be repeated:
// s == "abracadabra" // s == "abracadabra"
An object of any user-defined type for which there is an overloaded An object of any user-defined type for which there is an overloaded
``std::ostream`` insertion operator (``operator<<``) can be formatted: :code:`std::ostream` insertion operator (``operator<<``) can be formatted:
.. code-block:: c++ .. code-block:: c++