Skip to content

Commit

Permalink
Add type info for compile:file/1,2 macro option
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav Simonsson committed May 31, 2012
1 parent 570f71b commit 948fa70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/compiler/doc/src/compile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 948fa70

Please sign in to comment.