Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba2268fd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove stale doc comment"

parents 5c4e4895 f2b480e6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -83,7 +83,6 @@ type hostToolDependencyTag struct {

type generatorProperties struct {
	// The command to run on one or more input files. Cmd supports substitution of a few variables
	// (the actual substitution is implemented in GenerateAndroidBuildActions below)
	//
	// Available variables for substitution:
	//
@@ -94,9 +93,6 @@ type generatorProperties struct {
	//  $(depfile): a file to which dependencies will be written, if the depfile property is set to true
	//  $(genDir): the sandbox directory for this tool; contains $(out)
	//  $$: a literal $
	//
	// All files used must be declared as inputs (to ensure proper up-to-date checks).
	// Use "$(in)" directly in Cmd to ensure that all inputs used are declared.
	Cmd *string

	// Enable reading a file containing dependencies in gcc format after the command completes