Skip to content

Commit 23a6b34

Browse files
borkaehwittaiz
authored andcommitted
Fix doc for new naming convention (#960)
1 parent a7a20a0 commit 23a6b34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/customizable_phase.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ Files in `scala/private/phases/`
144144
- `phase_<PHASE_NAME>.bzl`: phase definition file
145145

146146
Function names in `phase_<PHASE_NAME>.bzl`
147-
- `phase_<RULE_NAME>_<PHASE_NAME>`: function with custom inputs of specific rule
148-
- `phase_common_<PHASE_NAME>`: function without custom inputs
149-
- `_phase_default_<PHASE_NAME>`: private function that takes `_args` for custom inputs
147+
- `phase_<PHASE_NAME>_<RULE_NAME>`: function with custom inputs of specific rule
148+
- `phase_<PHASE_NAME>_common`: function without custom inputs
149+
- `_phase_<PHASE_NAME>_default`: private function that takes `_args` for custom inputs
150150
- `_phase_<PHASE_NAME>`: private function with the actual logic
151151

152152
See `phase_compile.bzl` for example.

0 commit comments

Comments
 (0)