aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
-rw-r--r--Documentation/doc-guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/doc-guide.rst b/Documentation/doc-guide.rst
index 29f39aab..fb4cb322 100644
--- a/Documentation/doc-guide.rst
+++ b/Documentation/doc-guide.rst
@@ -138,7 +138,7 @@ For example, a doc-block like::
will be displayed like this:
.. c:function:: int inc(int val)
- :noindex:
+ :noindexentry:
:param val: the value to increment
:return: the incremented value