Document the comment symbol in jbuild files

This commit is contained in:
David Allsopp 2017-05-27 10:52:39 +01:00 committed by Jérémie Dimino
parent 3d194c5276
commit 9e81f887de
1 changed files with 3 additions and 0 deletions

View File

@ -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
=======