Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 23be3b1

Browse files
committed
Update docs
1 parent 54750ff commit 23be3b1

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

docs/stardoc/providers.md

+29
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,35 @@ Zinc configuration.
220220
</table>
221221

222222

223+
<a name="#ScalaRulePhase"></a>
224+
## ScalaRulePhase
225+
226+
A Scala compiler plugin
227+
228+
### Fields
229+
230+
<table class="params-table">
231+
<colgroup>
232+
<col class="col-param" />
233+
<col class="col-description" />
234+
</colgroup>
235+
<tbody>
236+
<tr id="#ScalaRulePhase_name">
237+
<td><code>name</code></td>
238+
<td>
239+
<p>the phase name</p>
240+
</td>
241+
</tr>
242+
<tr id="#ScalaRulePhase_function">
243+
<td><code>function</code></td>
244+
<td>
245+
<p>just testing for now</p>
246+
</td>
247+
</tr>
248+
</tbody>
249+
</table>
250+
251+
223252
<a name="#ZincInfo"></a>
224253
## ZincInfo
225254

rules/scala/private/core.bzl

-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ def run_phases(ctx):
395395
gd = {"init": init}
396396
g = struct(**gd)
397397
for (name, function) in phases:
398-
print("phase: %s" % name)
399398
p = function(ctx, g)
400399
if p != None:
401400
gd[name] = p

0 commit comments

Comments
 (0)