summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-23 14:15:33 +0100
committerGeorg Brandl <georg@python.org>2010-07-23 14:15:33 +0100
commit16cfceb12e4028fdf86890501f1267858ec2918a (patch)
tree9e6ef51b5e11a6739e922cf6c81c97ef972833f7
parentc2ffbe9a6c585fd92449318b3e4460a22aa1587e (diff)
downloadsphinx-1.0.tar.gz
Add missing :cmember: role.1.0
-rw-r--r--sphinx/ext/oldcmarkup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/ext/oldcmarkup.py b/sphinx/ext/oldcmarkup.py
index c2172b08..84ae61dd 100644
--- a/sphinx/ext/oldcmarkup.py
+++ b/sphinx/ext/oldcmarkup.py
@@ -61,3 +61,4 @@ def setup(app):
app.add_role('cfunc', old_crole)
app.add_role('cmacro', old_crole)
app.add_role('ctype', old_crole)
+ app.add_role('cmember', old_crole)