diff options
| author | Jean-Luc Brouillet <jeanluc@google.com> | 2015-04-28 15:06:30 -0700 |
|---|---|---|
| committer | Jean-Luc Brouillet <jeanluc@google.com> | 2015-05-28 12:02:04 -0700 |
| commit | 01c19c30a73d4a3ad42ad5630ad790db01a853cc (patch) | |
| tree | 77a405eef7af5be1daf727d2eee449348cb2ac6e /scriptc/rs_atomic.rsh | |
| parent | 0e5d9f637a9ed4207582edb51e200912d8bf54cb (diff) | |
| download | android_frameworks_rs-01c19c30a73d4a3ad42ad5630ad790db01a853cc.tar.gz android_frameworks_rs-01c19c30a73d4a3ad42ad5630ad790db01a853cc.tar.bz2 android_frameworks_rs-01c19c30a73d4a3ad42ad5630ad790db01a853cc.zip | |
API Runtime Reference documentation tweaks.
Many small changes. Among them:
- Cleaned up the boiler plate HTML used for -H option to the minimal possible.
- Cleaned line break of the comments to make them more consistent in the
.rsh files.
- Added missing summaries.
- Make the style of argument comments more consistent.
- Fixed missing HTML escaping.
- Fixed generation of the snippets for the .cs file.
- Improved the documentation about the math precision.
- Reworked the documentation of object types.
Change-Id: I8b229720134aac6d46a0a2679e8b58f15be5ed7e
(cherry picked from commit 6386ceb3bf25e442513224aaa45691dfe49562d9)
Diffstat (limited to 'scriptc/rs_atomic.rsh')
| -rw-r--r-- | scriptc/rs_atomic.rsh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scriptc/rs_atomic.rsh b/scriptc/rs_atomic.rsh index cc2b8d5e..0ab26ca4 100644 --- a/scriptc/rs_atomic.rsh +++ b/scriptc/rs_atomic.rsh @@ -89,9 +89,9 @@ extern int32_t __attribute__((overloadable)) * by rsAtomicCas() is compareValue. * * Parameters: - * addr: The address of the value to compare and replace if the test passes. - * compareValue: The value to test *addr against. - * newValue: The value to write if the test passes. + * addr: Address of the value to compare and replace if the test passes. + * compareValue: Value to test *addr against. + * newValue: Value to write if the test passes. * * Returns: Value of *addr prior to the operation. */ |
