Indent code block in doc.go
This commit is contained in:
parent
11bcca9098
commit
88489409ea
1 changed files with 10 additions and 10 deletions
20
doc.go
20
doc.go
|
@ -35,17 +35,17 @@
|
||||||
// the module type looks like a function call, and the properties of the module
|
// the module type looks like a function call, and the properties of the module
|
||||||
// look like optional arguments. For example, a simple module might look like:
|
// look like optional arguments. For example, a simple module might look like:
|
||||||
//
|
//
|
||||||
// cc_library(
|
// cc_library(
|
||||||
// name = "cmd",
|
// name = "cmd",
|
||||||
// srcs = [
|
// srcs = [
|
||||||
// "main.c",
|
// "main.c",
|
||||||
// ],
|
// ],
|
||||||
// deps = [
|
// deps = [
|
||||||
// "libc",
|
// "libc",
|
||||||
// ],
|
// ],
|
||||||
// )
|
// )
|
||||||
//
|
//
|
||||||
// subdirs = ["subdir1", "subdir2"]
|
// subdirs = ["subdir1", "subdir2"]
|
||||||
//
|
//
|
||||||
// The modules from the top level Blueprints file and recursively through any
|
// The modules from the top level Blueprints file and recursively through any
|
||||||
// subdirectories listed by the "subdirs" variable are read by Blueprint, and
|
// subdirectories listed by the "subdirs" variable are read by Blueprint, and
|
||||||
|
|
Loading…
Reference in a new issue