From 34a6a93597e5b84ad0e892039df31885c76fc4e4 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Wed, 10 Feb 2021 09:45:29 +0000 Subject: [PATCH] Fix indent in documentation of cmake options (#4588) JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com --- docs/01.CONFIGURATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/01.CONFIGURATION.md b/docs/01.CONFIGURATION.md index b8840ca103..27969fcca7 100644 --- a/docs/01.CONFIGURATION.md +++ b/docs/01.CONFIGURATION.md @@ -139,7 +139,7 @@ Enabling this feature provides detailed error messages where available, like lin | Options | | |---------|----------------------------------------------| | C: | `-DJERRY_ERROR_MESSAGES=0/1` | -| CMake: | `-DJERRY_ERROR_MESSAGES=ON/OFF` | +| CMake: | `-DJERRY_ERROR_MESSAGES=ON/OFF` | | Python: | `--error-messages=ON/OFF` | ### Logging @@ -196,7 +196,7 @@ The default value is 512. | Options | | |---------|----------------------------------------------| | C: | `-DJERRY_GLOBAL_HEAP_SIZE=(int)` | -| CMake: | `-DJERRY_GLOBAL_HEAP_SIZE=(int)` | +| CMake: | `-DJERRY_GLOBAL_HEAP_SIZE=(int)` | | Python: | `--mem-heap=(int)` | ### Garbage collection limit