Nathan Baulch
|
ccd250aa70
|
Fix minor typos (#37450)
Just thought I'd contribute some typo fixes I stumbled upon. Nothing controversial (hopefully), just 74 simple fixes.
Use the following command to get a quick and dirty summary of the specific corrections made:
```shell
git diff HEAD^! --word-diff-regex='\w+' -U0 \
| grep -E '\[\-.*\-\]\{\+.*\+\}' \
| sed -r 's/.*\[\-(.*)\-\]\{\+(.*)\+\}.*/\1 \2/' \
| sort | uniq -c | sort -n
```
FWIW, the top typos are:
* satisifed (8)
* uncommited (7)
* tranparent (7)
* expecially (3)
* recieves (3)
* correponding (2)
* slighly (2)
* wierdly (2)
Closes #37450
PiperOrigin-RevId: 665459663
|
3 months ago |
Esun Kim
|
dbe9943cc6
|
Dedup srcs in doxyfile
|
5 years ago |
Muxi Yan
|
cad4cc1b66
|
Ignore docs in Cocoapods generated directory
|
5 years ago |
Muxi Yan
|
c9fde2237c
|
Add doc generator for Objective-C
|
5 years ago |
Craig Tiller
|
aa272bcf7b
|
Always sort code generated outputs
|
8 years ago |
Craig Tiller
|
d9ed57c0d7
|
Stub documentation for some gRPC Core modules
|
8 years ago |
Craig Tiller
|
e519a03a1f
|
Small improvements to generated documentation
|
8 years ago |
Craig Tiller
|
f008f067f8
|
build.yaml centric versioning
|
9 years ago |
Craig Tiller
|
68f4e0f6ab
|
Initial Doxygen import for core, c++
|
9 years ago |
Craig Tiller
|
eb327fba7c
|
Make it less likely a build.json change triggers a merge conflict
|
10 years ago |
Craig Tiller
|
78a97ed3f9
|
Get internal documentation generated in the right place
|
10 years ago |
David G. Quintas
|
f6bf2d75c8
|
Added docstring to gen_doxyfile mako template
|
10 years ago |
Craig Tiller
|
6c4ae607fe
|
Add doxygen setups for internal documentation
|
10 years ago |
Craig Tiller
|
7c05bd216b
|
Get GRPC_FINAL, GRPC_OVERRIDE treated right
|
10 years ago |
Craig Tiller
|
c9b3e5811e
|
Add C++
|
10 years ago |
Craig Tiller
|
2fa7af5767
|
Initial Doxyfile generation
|
10 years ago |