for better rendering result
Signed-off-by: Kefu Chai <kchai@redhat.com>
.. _Doxygen: http://www.doxygen.nl/
.. _Breathe: https://github.com/michaeljones/breathe
-The general format for function documentation is::
+The general format for function documentation is
+
+.. code-block:: c
/**
* Short description
You can see examples of this all over the Ceph code, but here's an
example:
-::
+.. code-block:: cpp
class AcmeClass
{
the versions in ``ENCODE_START`` and ``DECODE_START``. For example, here's how
to add a third field to ``AcmeClass``:
-::
+.. code-block:: cpp
class AcmeClass
{