Commit f95e7311 authored by scheib's avatar scheib Committed by Commit bot

GN Doc fix. Visibility default is public.

See Visibility::FillItemVisibility for code implementing default.

Review URL: https://codereview.chromium.org/608293002

Cr-Commit-Position: refs/heads/master@{#297237}
parent afce9782
...@@ -932,13 +932,13 @@ const char kVisibility_Help[] = ...@@ -932,13 +932,13 @@ const char kVisibility_Help[] =
"\n" "\n"
"Examples\n" "Examples\n"
"\n" "\n"
" Only targets in the current buildfile (\"private\", the default):\n" " Only targets in the current buildfile (\"private\"):\n"
" visibility = [ \":*\" ]\n" " visibility = [ \":*\" ]\n"
"\n" "\n"
" No targets (used for targets that should be leaf nodes):\n" " No targets (used for targets that should be leaf nodes):\n"
" visibility = []\n" " visibility = []\n"
"\n" "\n"
" Any target (\"public\"):\n" " Any target (\"public\", the default):\n"
" visibility = [ \"*\" ]\n" " visibility = [ \"*\" ]\n"
"\n" "\n"
" All targets in the current directory and any subdirectory:\n" " All targets in the current directory and any subdirectory:\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment