Skip to content

Commit

Permalink
Ignore private folder for doc generation (#1982)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel authored Jun 8, 2018
1 parent 37a3090 commit 188b472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .godoc_config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Pattern": "/sdk-for-go/api/",
"StripPrefix": "/sdk-for-go/api",
"Include": ["/src/github.com/aws/aws-sdk-go/aws", "/src/github.com/aws/aws-sdk-go/service"],
"Exclude": ["/src/cmd", "/src/github.com/aws/aws-sdk-go/awstesting", "/src/github.com/aws/aws-sdk-go/awsmigrate"],
"Exclude": ["/src/cmd", "/src/github.com/aws/aws-sdk-go/awstesting", "/src/github.com/aws/aws-sdk-go/awsmigrate", "/src/github.com/aws/aws-sdk-go/private"],
"IgnoredSuffixes": ["iface"]
},
"Github": {
Expand Down

0 comments on commit 188b472

Please sign in to comment.