diff --git a/docs/doxygen/pages.dox b/docs/doxygen/pages.dox
index 92994425..608237e8 100644
--- a/docs/doxygen/pages.dox
+++ b/docs/doxygen/pages.dox
@@ -12,8 +12,6 @@ and no heap allocation, making it suitable for IoT microcontrollers, but also fu
@section json_memory_requirements Memory Requirements
@brief Memory requirements of the JSON library.
-The configurations for memory estimation are defined here.
-
Code Size of coreJSON library files (sizes generated with [GCC for ARM Cortex-M toolchain 20191025](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads/9-2019-q4-major)) |
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 5182a397..3b79e492 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -38,7 +38,7 @@ include( ${MODULE_ROOT_DIR}/jsonFilePaths.cmake )
# Target for Coverity analysis that builds the library.
add_library( coverity_analysis
${JSON_SOURCES} )
-# MQTT public include path.
+# JSON public include path.
target_include_directories( coverity_analysis PUBLIC ${JSON_INCLUDE_PUBLIC_DIRS} )
# ==================================== Test Configuration ========================================