Skip to content

Commit 1a235a6

Browse files
author
jparisu
committed
Refs #15831: Fix documentation API spelling error
Signed-off-by: jparisu <[email protected]>
1 parent 26af412 commit 1a235a6

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

docs/rst/api-reference/exception/exception_index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ Exception
99
/rst/api-reference/exception/corruptedfile
1010
/rst/api-reference/exception/error
1111
/rst/api-reference/exception/exception
12+
/rst/api-reference/exception/inconsistency
1213
/rst/api-reference/exception/preconditionnotmet
1314
/rst/api-reference/exception/unsupported
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. _api_exception_inconsistency:
2+
3+
.. rst-class:: api-ref
4+
5+
Inconsistency
6+
-------------
7+
8+
.. doxygenclass:: eprosima::statistics_backend::Inconsistency
9+
:project: fastdds_statistics_backend
10+
:members:

docs/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ add_test(NAME documentation.code_block_check.cpp
6161
# Check docs spelling
6262
add_test(NAME documentation.spell_check
6363
COMMAND
64-
${SPHINX_EXECUTABLE} -Q -W --keep-going
64+
${SPHINX_EXECUTABLE} -W --keep-going
6565
-D breathe_projects.fastdds_statistics_backend=${DOXYGEN_OUTPUT_DIR}/xml
6666
-b spelling
6767
-d "${PROJECT_BINARY_DOCS_DIR}/doctrees"

0 commit comments

Comments
 (0)