Skip to content

Commit

Permalink
Fix indent in documentation of cmake options (jerryscript-project#4588)
Browse files Browse the repository at this point in the history
JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
  • Loading branch information
lygstate authored Feb 10, 2021
1 parent 2a6917b commit 34a6a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/01.CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 34a6a93

Please sign in to comment.