Explorar o código

Revert "Help: Document JSON comment support in cmake-presets(7)"

Revert commit 8f1e607ed9 (Help: Document JSON comment support in
cmake-presets(7), 2021-02-18).  The support for comments was a mistake
when the feature was implemented in 3.19, and is being removed.
Kyle Edwards %!s(int64=4) %!d(string=hai) anos
pai
achega
4a92277f45
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      Help/manual/cmake-presets.7.rst

+ 1 - 4
Help/manual/cmake-presets.7.rst

@@ -29,10 +29,7 @@ is using Git, ``CMakePresets.json`` may be tracked, and
 Format
 ======
 
-The files are JSON documents.  C-style comments are allowed using
-line-wise ``//`` syntax or block ``/*...*/`` syntax.
-
-Each document has an object as the root:
+The files are a JSON document with an object as the root:
 
 .. literalinclude:: presets/example.json
   :language: json