aboutsummaryrefslogtreecommitdiff
path: root/docs/design/auth-framework.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/design/auth-framework.rst')
-rw-r--r--docs/design/auth-framework.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design/auth-framework.rst b/docs/design/auth-framework.rst
index 49f0def5..7a742d5f 100644
--- a/docs/design/auth-framework.rst
+++ b/docs/design/auth-framework.rst
@@ -408,7 +408,7 @@ An IPL must provide functions with the following prototypes:
An IPL for each type must be registered using the following macro:
-::
+.. code:: c
REGISTER_IMG_PARSER_LIB(_type, _name, _init, _check_int, _get_param)