diff options
| author | Nate Fischer <ntfschr@google.com> | 2017-10-26 14:51:25 -0700 |
|---|---|---|
| committer | Nate Fischer <ntfschr@google.com> | 2017-10-26 14:51:25 -0700 |
| commit | 7051dd1eebbbca9e3d7603821ad2b5e922f7d83b (patch) | |
| tree | 78ef0c89129615f51c43e9234db6f23cb4d2a3f4 /core/java/android/webkit/WebViewLibraryLoader.java | |
| parent | c4478d5ba3d50c13f58eaec3b0e6383bc93d64bc (diff) | |
WebView: make notes in docs stand out
This CL rewrites notes to use the 'note' CSS class, to help them stand
out. This isn't every instance of 'note', but it catches the handful
where I think there's a readability benefit to the new format.
This changes a few other non-public notes for the sake of consistency.
Change-Id: Icf62e34a719c79f74e74abdb55f1be42939c2f9e
Fixes: 68324591
Test: make -j40 docs (and manually verify it looks good)
Diffstat (limited to 'core/java/android/webkit/WebViewLibraryLoader.java')
| -rw-r--r-- | core/java/android/webkit/WebViewLibraryLoader.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/java/android/webkit/WebViewLibraryLoader.java b/core/java/android/webkit/WebViewLibraryLoader.java index 6f9e8ece4b13..b3cd9cc6bcd6 100644 --- a/core/java/android/webkit/WebViewLibraryLoader.java +++ b/core/java/android/webkit/WebViewLibraryLoader.java @@ -204,7 +204,9 @@ class WebViewLibraryLoader { /** * Load WebView's native library into the current process. - * Note: assumes that we have waited for relro creation. + * + * <p class="note"><b>Note:</b> Assumes that we have waited for relro creation. + * * @param clazzLoader class loader used to find the linker namespace to load the library into. * @param packageInfo the package from which WebView is loaded. */ |
