diff options
author | Francis Dupont <fdupont@isc.org> | 2021-12-16 00:13:49 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-12-17 16:21:22 +0100 |
commit | 2ef7df964296046ad529c9a81ed12148071cb404 (patch) | |
tree | bc32ae9c404c71c066d819eb039a8a224921497d /doc/devel | |
parent | [#2084] warnAboutExtraCommas() in parsers (diff) | |
download | kea-2ef7df964296046ad529c9a81ed12148071cb404.tar.xz kea-2ef7df964296046ad529c9a81ed12148071cb404.zip |
[#2084] Addressed all concerns outside .yy files
Diffstat (limited to 'doc/devel')
-rw-r--r-- | doc/devel/doc.dox | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/devel/doc.dox b/doc/devel/doc.dox index 1ae1bf33a7..cde7f9071c 100644 --- a/doc/devel/doc.dox +++ b/doc/devel/doc.dox @@ -65,12 +65,11 @@ means that some trickery with escaping double quotes will be involved. Note there is no need to escape any other character, unless you want to specify non-printable characters. -Also, while Kea's JSON parser supports comments, multi-line strings and extra -commas, they are not part of JSON standard. That means that external tools, such -as python or Sphinx parsers are not able to deal with them. Therefore comments -and extra commas must be removed. Long strings (such as command descriptions or -example invocations) are to be presented as a list of strings -e.g. [ "line1", "line2, "line3" ]. +Also, while Kea's JSON parser supports comments and multi-line string, they +are not part of JSON standard. That means that external tools, such as python +or Sphinx parsers are not able to deal with them. Therefore comments must +be removed and long strings (such as command descriptions or example invocations) +are to be presented as a list of strings ( e.g. [ "line1", "line2, "line3" ]). @section docsDevelGuide Generating Developer's Guide |