Hello,

Attached is proposal of documentation for the `modules' property.

All the best.
Mario
-- 
http://parenteses.org/mario
>From 69ce0b8d65246d5fa2c3e97f93c9d423111ba380 Mon Sep 17 00:00:00 2001
From: Mario Domenech Goulart <[email protected]>
Date: Fri, 2 Jun 2017 19:52:30 +0200
Subject: [PATCH] manual/Extensions: document `modules' property

---
 manual/Extensions | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/manual/Extensions b/manual/Extensions
index 25bc75b..70747e0 100644
--- a/manual/Extensions
+++ b/manual/Extensions
@@ -330,6 +330,19 @@ libraries.
 Specifies additional link options for {{csc}} that should be
 used when building this component.
 
+====== modules
+
+[egg property] (modules [MODULE ...])
+
+Specifies modules that the extension component generates.  If this
+property is not specified, chicken-install assumes that a single
+module named after the extension file name will be emitted.
+
+This property can be used to specify that the extension doesn't
+generate any module (in this case {{(modules)}} should be used); or to
+specify the module names that the extension generates (a list of
+symbols).
+
 ====== source
 
 [egg property] (source NAME)
-- 
2.1.4

_______________________________________________
Chicken-hackers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to