From 9e81f887decbf2ed1d5b9d029c3087a3ca2fc338 Mon Sep 17 00:00:00 2001 From: David Allsopp Date: Sat, 27 May 2017 10:52:39 +0100 Subject: [PATCH] Document the comment symbol in jbuild files --- doc/jbuild.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/jbuild.rst b/doc/jbuild.rst index 6498598b..490be36d 100644 --- a/doc/jbuild.rst +++ b/doc/jbuild.rst @@ -6,6 +6,9 @@ jbuild specification its name. They are used to describe libraries, executables, tests, and everything Jbuilder needs to know about. +Single-line comments are introduced with the ``;`` character and may appear +anywhere except in the middle of a string literal. + Stanzas =======