0
Commit Graph

4 Commits

Author SHA1 Message Date
Nate Fischer
93c5915741 Docs: consistent fenced code blocks
No change to logic, only docs. This is a mechanical docs change which
should not impact content (but will improve readability).

This edits some Android docs to use fenced code blocks more
consistently:

 * Prefer fenced code blocks over indented code blocks
 * Fix indentation issues (see coverage.md)
 * Specify a language for syntax highlighting where it makes sense
   (particularly, use the "gn" language where it was omitted)

R=agrieve@chromium.org

Bug: 918221
Test: Upload to gerrit > open file > click "gitiles"
Change-Id: I2a4aa292d3bd1cf67bd0a7bcfb0cb01f7b8ede98
Reviewed-on: https://chromium-review.googlesource.com/c/1451357
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#628981}
2019-02-05 01:25:08 +00:00
dgn
2b5c5e8270 Cleanup definition of ActivityState and ApplicationStatus warnings
Removed the redundant ActivityStateEnum intdef definition and resolved
lint warnings in the ActivityState and ApplicationStatus classes.

Also updated the c++ enum conversion doc about the new IntDef
declaration style that was added in
https://crrev.com/14f477472e0e8612c98763b68e9a51bcae954c24

BUG=707186

Review-Url: https://codereview.chromium.org/2877743002
Cr-Commit-Position: refs/heads/master@{#471432}
2017-05-12 20:33:39 +00:00
qyearsley
c0dc6f499d Fix spelling mistakes in //docs.
This includes spelling mistakes like:

accomodate->accommodate
ommited->omitted
unuseable->unusable
dependant->dependent
enviroment->environment
preceed->precede
occurrance->occurrence
occurrances->occurrences
intergrated->integrated
altough->although
appriopriate->appropriate
corresponing->corresponding
dependecies->dependencies
leniant->lenient
overriden->overridden
persisten->persistent
specifyinhg->specifying

As well as capitalization changes like:

javascript->JavaScript
Webkit->WebKit
linux->Linux

A couple other minor things:

the the -> the
trybot -> try bot
etc.

Review-Url: https://codereview.chromium.org/2551513002
Cr-Commit-Position: refs/heads/master@{#436046}
2016-12-02 22:16:53 +00:00
estevenson
c0b135ff0d Add public doc for accessing C++ enums in Java.
BUG=570878

Review-Url: https://codereview.chromium.org/2507863003
Cr-Commit-Position: refs/heads/master@{#432885}
2016-11-17 16:08:05 +00:00