Skip to content

Commit

Permalink
C++: Fixing name of CcCompilationOutputs for documentation
Browse files Browse the repository at this point in the history
RELNOTES:none
PiperOrigin-RevId: 251855866
  • Loading branch information
oquenchil authored and copybara-github committed Jun 6, 2019
1 parent 6ef6d87 commit 3f629eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/** Interface for a structured representation of the compilation outputs of a C++ rule. */
@SkylarkModule(
name = "cc_compilation_outputs",
name = "CcCompilationOutputs",
category = SkylarkModuleCategory.BUILTIN,
documented = false,
doc = "Helper class containing CC compilation outputs.")
Expand Down

0 comments on commit 3f629eb

Please sign in to comment.