diff options
author | Gustav Simonsson <[email protected]> | 2012-05-21 16:37:43 +0200 |
---|---|---|
committer | Gustav Simonsson <[email protected]> | 2012-05-31 12:21:07 +0200 |
commit | 948fa7094229034e64a9a642099141982afca82e (patch) | |
tree | dc6c3c5f8564c4721ec3ef65ef9e65a89719cf65 /lib/compiler/doc/src/compile.xml | |
parent | 570f71bd3e5c6ace878a0ec0ed64e09864410b32 (diff) | |
download | otp-948fa7094229034e64a9a642099141982afca82e.tar.gz otp-948fa7094229034e64a9a642099141982afca82e.tar.bz2 otp-948fa7094229034e64a9a642099141982afca82e.zip |
Add type info for compile:file/1,2 macro option
Diffstat (limited to 'lib/compiler/doc/src/compile.xml')
-rw-r--r-- | lib/compiler/doc/src/compile.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ <tag><c>{d,Macro,Value}</c></tag> <item> <p>Defines a macro <c>Macro</c> to have the value - <c>Value</c>. The default is <c>true</c>.</p> + <c>Value</c>. <c>Macro</c> is of type atom, and <c>Value</c> can be any term. + The default <c>Value</c> is <c>true</c>.</p> </item> <tag><c>{parse_transform,Module}</c></tag> |