Skip to content

Commit b93a045

Browse files
authored
Delete irrelevant comment about memory estimation. (#32)
* Delete irrelevant comment about memory estimation. * Update the lowercase v to captial V to match the licsense text. * Update config.doxyfile
1 parent a9cbf45 commit b93a045

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/doxygen/pages.dox

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ and no heap allocation, making it suitable for IoT microcontrollers, but also fu
1212
@section json_memory_requirements Memory Requirements
1313
@brief Memory requirements of the JSON library.
1414

15-
The configurations for memory estimation are defined <a href="https://github.com/FreeRTOS/FreeRTOS/tree/lts-development/tools/memory_estimator" target="_blank" rel="noopener noreferrer">here</a>.
16-
1715
<table>
1816
<tr>
1917
<td colspan="4"><center><b>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))</b></center></td>

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ include( ${MODULE_ROOT_DIR}/jsonFilePaths.cmake )
3838
# Target for Coverity analysis that builds the library.
3939
add_library( coverity_analysis
4040
${JSON_SOURCES} )
41-
# MQTT public include path.
41+
# JSON public include path.
4242
target_include_directories( coverity_analysis PUBLIC ${JSON_INCLUDE_PUBLIC_DIRS} )
4343

4444
# ==================================== Test Configuration ========================================

0 commit comments

Comments
 (0)