|
Convert gn docstrings to C++11 raw strings.
This makes them more readable and easier to modify.
The documentation was un-indented and re-wrapped to 80 cols which makes it fill out the column on the screen better.
A few tests were updated to use raw strings as well, but converting all of them seemed not worth the effort.
There is a documentation fix in the set_defaults (added [] around the configs in the example), and an obsolete line in the group documentation was removed ("exactly like depending on its deps).
Committed: https://crrev.com/085a9b2a0cc2ae534c775012b1f09bf83b1c9041
Cr-Commit-Position: refs/heads/master@{#430679}
Total comments: 3
Total comments: 11
Total comments: 2
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+6842 lines, -7111 lines) |
Patch |
|
M |
tools/gn/args.cc
|
View
|
|
3 chunks |
+25 lines, -28 lines |
0 comments
|
Download
|
|
M |
tools/gn/command_analyze.cc
|
View
|
1
2
3
|
1 chunk |
+69 lines, -75 lines |
0 comments
|
Download
|
|
M |
tools/gn/command_args.cc
|
View
|
1
2
3
|
1 chunk |
+57 lines, -56 lines |
0 comments
|
Download
|
|
M |
tools/gn/command_check.cc
|
View
|
1
2
3
|
1 chunk |
+142 lines, -146 lines |
0 comments
|
Download
|
|
M |
tools/gn/command_desc.cc
|
View
|
1
2
3
|
1 chunk |
+125 lines, -126 lines |
0 comments
|
Download
|
|
M |
tools/gn/command_format.cc
|
View
|
1
2
3
|
1 chunk |
+38 lines, -37 lines |
0 comments
|
Download
|
|
M |
tools/gn/command_gen.cc
|
View
|
1
2
3
|
1 chunk |
+96 lines, -100 lines |
0 comments
|
Download
|
|
M |
tools/gn/command_help.cc
|
View
|
1
2
3
|
1 chunk |
+17 lines, -16 lines |
0 comments
|
Download
|
|
M |
tools/gn/command_ls.cc
|
View
|
1
2
3
|
1 chunk |
+42 lines, -41 lines |
0 comments
|
Download
|
|
M |
tools/gn/command_path.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+38 lines, -38 lines |
0 comments
|
Download
|
|
M |
tools/gn/command_refs.cc
|
View
|
1
2
3
4
|
1 chunk |
+103 lines, -99 lines |
0 comments
|
Download
|
|
M |
tools/gn/docs/reference.md
|
View
|
1
2
|
184 chunks |
+1929 lines, -2193 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_exec_script.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+51 lines, -51 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_foreach.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+30 lines, -29 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_forward_variables_from.cc
|
View
|
1
2
3
|
1 chunk |
+74 lines, -76 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_get_label_info.cc
|
View
|
1
2
3
4
|
1 chunk |
+59 lines, -65 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_get_path_info.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+75 lines, -76 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_get_target_outputs.cc
|
View
|
1
2
3
|
1 chunk |
+52 lines, -51 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_process_file_template.cc
|
View
|
1
2
3
|
1 chunk |
+40 lines, -39 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_read_file.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+19 lines, -18 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_rebase_path.cc
|
View
|
1
2
3
4
|
1 chunk |
+89 lines, -93 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_set_default_toolchain.cc
|
View
|
|
1 chunk |
+27 lines, -27 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_set_defaults.cc
|
View
|
1
2
3
4
|
1 chunk |
+31 lines, -31 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_template.cc
|
View
|
1
2
3
4
|
1 chunk |
+138 lines, -142 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_toolchain.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+528 lines, -543 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_toolchain_unittest.cc
|
View
|
|
2 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
|
M |
tools/gn/function_write_file.cc
|
View
|
1
2
3
|
1 chunk |
+26 lines, -26 lines |
0 comments
|
Download
|
|
M |
tools/gn/functions.cc
|
View
|
1
2
3
|
10 chunks |
+317 lines, -309 lines |
0 comments
|
Download
|
|
M |
tools/gn/functions_target.cc
|
View
|
1
2
3
|
12 chunks |
+471 lines, -464 lines |
0 comments
|
Download
|
|
M |
tools/gn/functions_target_unittest.cc
|
View
|
|
1 chunk |
+14 lines, -14 lines |
0 comments
|
Download
|
|
M |
tools/gn/input_conversion.cc
|
View
|
1
2
3
|
1 chunk |
+51 lines, -51 lines |
0 comments
|
Download
|
|
M |
tools/gn/label_pattern.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+34 lines, -34 lines |
0 comments
|
Download
|
|
M |
tools/gn/parser.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+202 lines, -204 lines |
0 comments
|
Download
|
|
M |
tools/gn/runtime_deps.cc
|
View
|
1
2
3
|
1 chunk |
+67 lines, -66 lines |
0 comments
|
Download
|
|
M |
tools/gn/setup.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+78 lines, -81 lines |
0 comments
|
Download
|
|
M |
tools/gn/substitution_writer.cc
|
View
|
1
2
3
|
1 chunk |
+100 lines, -107 lines |
0 comments
|
Download
|
|
M |
tools/gn/switches.cc
|
View
|
1
2
3
|
3 chunks |
+150 lines, -140 lines |
0 comments
|
Download
|
|
M |
tools/gn/variables.cc
|
View
|
1
2
3
4
|
5 chunks |
+1426 lines, -1407 lines |
0 comments
|
Download
|
Total messages: 46 (27 generated)
|