Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-04-09 03:32:55 +0300
committerAdam Langley <agl@google.com>2015-04-09 03:32:55 +0300
commit0fd563970109166b9c842cf31bd4747ea4ecca01 (patch)
treead4d27230be36094192d45e63c1e4e3c85c46c7b /util
parentd6405beb2c75564edbbb7f4203252aa5edee2359 (diff)
Fix up whitespace in headers for doc.go.
Also, set sensible defaults for the command-line arguments to doc.go. Change-Id: Iefd2ade4c9095489efa0ae1059007593fc84923a
Diffstat (limited to 'util')
-rw-r--r--util/doc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/doc.go b/util/doc.go
index 7c96af86..48eac61f 100644
--- a/util/doc.go
+++ b/util/doc.go
@@ -582,8 +582,8 @@ func generateIndex(outPath string, config *Config, headerDescriptions map[string
func main() {
var (
- configFlag *string = flag.String("config", "", "Location of config file")
- outputDir *string = flag.String("out", "", "Path to the directory where the output will be written")
+ configFlag *string = flag.String("config", "doc.config", "Location of config file")
+ outputDir *string = flag.String("out", ".", "Path to the directory where the output will be written")
config Config
)