From 948fa7094229034e64a9a642099141982afca82e Mon Sep 17 00:00:00 2001
From: Gustav Simonsson
Date: Mon, 21 May 2012 16:37:43 +0200
Subject: Add type info for compile:file/1,2 macro option
---
lib/compiler/doc/src/compile.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'lib/compiler')
diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml
index 84e9922847..b577e5ca4f 100644
--- a/lib/compiler/doc/src/compile.xml
+++ b/lib/compiler/doc/src/compile.xml
@@ -333,7 +333,8 @@ module.beam: module.erl \
{d,Macro,Value}
-
Defines a macro Macro to have the value
- Value. The default is true.
+ Value. Macro is of type atom, and Value can be any term.
+ The default Value is true.
{parse_transform,Module}
--
cgit v1.2.3