File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
rst/api-reference/exception Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,6 @@ Exception
9
9
/rst/api-reference/exception/corruptedfile
10
10
/rst/api-reference/exception/error
11
11
/rst/api-reference/exception/exception
12
+ /rst/api-reference/exception/inconsistency
12
13
/rst/api-reference/exception/preconditionnotmet
13
14
/rst/api-reference/exception/unsupported
Original file line number Diff line number Diff line change
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:
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ add_test(NAME documentation.code_block_check.cpp
61
61
# Check docs spelling
62
62
add_test (NAME documentation.spell_check
63
63
COMMAND
64
- ${SPHINX_EXECUTABLE} -Q - W --keep-going
64
+ ${SPHINX_EXECUTABLE} -W --keep-going
65
65
-D breathe_projects.fastdds_statistics_backend=${DOXYGEN_OUTPUT_DIR}/xml
66
66
-b spelling
67
67
-d "${PROJECT_BINARY_DOCS_DIR} /doctrees"
You can’t perform that action at this time.
0 commit comments