From: Kefu Chai Date: Wed, 18 Mar 2015 03:52:18 +0000 (+0800) Subject: doc: s/Asphyxiate/Breathe/ in documenting.rst X-Git-Tag: v9.0.0~136^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9e9595291d3c41cc0dfc7f0c06fb59a075cad7fb;p=ceph.git doc: s/Asphyxiate/Breathe/ in documenting.rst Signed-off-by: Kefu Chai --- diff --git a/doc/dev/documenting.rst b/doc/dev/documenting.rst index cc091705f866..afd6efa95285 100644 --- a/doc/dev/documenting.rst +++ b/doc/dev/documenting.rst @@ -6,10 +6,10 @@ Code Documentation ================== C and C++ can be documented with Doxygen_, using the subset of Doxygen -markup supported by Asphyxiate_. +markup supported by Breathe_. .. _Doxygen: http://www.stack.nl/~dimitri/doxygen/ -.. _Asphyxiate: https://github.com/ceph/asphyxiate +.. _Breathe: https://github.com/michaeljones/breathe The general format for function documentation is::