From 879cdbe8a5646a267fd9d98f234452c2adbcce9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Sun, 20 Jan 2019 14:57:20 +0100 Subject: [PATCH] Add conanfile.txt section about comments Inline comments are allowed since https://github.com/conan-io/conan/pull/225 --- reference/conanfile_txt.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/conanfile_txt.rst b/reference/conanfile_txt.rst index 8af92aec1f04..cbdb515b4989 100644 --- a/reference/conanfile_txt.rst +++ b/reference/conanfile_txt.rst @@ -123,3 +123,9 @@ Example to collect license files from dependencies into a *licenses* folder, exc [imports] ., license* -> ./licenses @ folder=True, ignore_case=True, excludes=*.html *.jpeg + +Comments +++++++++ + +A comment starts with a hash character (`#`) and ends at the end of the physical line. +Comments are ignored by the syntax; they are not tokens. \ No newline at end of file