File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/java/com/google/devtools/build/lib/analysis Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ public static boolean containsHyphen(PathFragment path) {
71
71
72
72
// ---------- Implicit dependency extractor
73
73
74
- /*
74
+ /**
75
75
* Given a RuleContext, find all the implicit attribute deps aka deps that weren't explicitly set
76
76
* in the build file but are attached behind the scenes to some attribute. This means this
77
- * function does *not* cover deps attached other ways e.g. toolchain-related implicit deps
78
- * (see {@link PostAnalysisQueryEnvironment#targetifyValues} for more info on further implicit
79
- * deps filtering).
80
- * note: nodes that are depended on both implicitly and explicitly are considered explicit.
77
+ * function does *not* cover deps attached other ways e.g. toolchain-related implicit deps (see
78
+ * {@link PostAnalysisQueryEnvironment#targetifyValues} for more info on further implicit deps
79
+ * filtering). note: nodes that are depended on both implicitly and explicitly are considered
80
+ * explicit.
81
81
*/
82
82
public static ImmutableSet <ConfiguredTargetKey > findImplicitDeps (RuleContext ruleContext ) {
83
83
Set <ConfiguredTargetKey > maybeImplicitDeps = CompactHashSet .create ();
You can’t perform that action at this time.
0 commit comments