Skip to content

Commit df5c068

Browse files
author
Dia Patience Daur
authored
Revert "Fix error enum formatting (#2968)"
This reverts commit 87a5249.
1 parent badeae4 commit df5c068

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/dev_guide/reference_capi/error.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
.. _capi-box_error_code:
88

9-
.. c:enum:: box_error_code
10-
119
For a complete list of errors, refer to the Tarantool
1210
`error code header file <https://github.com/tarantool/tarantool/blob/2.10/src/box/errcode.h>`__
1311
(provided for version 2.10).
@@ -30,7 +28,7 @@
3028
Return IPROTO error code
3129
3230
:param box_error_t* error: error
33-
:return: box_error_code
31+
:return: enum :ref:`box_error_code <capi-box_error_code>`
3432
3533
.. c:function:: const char * box_error_message(const box_error_t *error)
3634

0 commit comments

Comments
 (0)