diff options
| author | 2021-11-04 14:25:39 +0000 | |
|---|---|---|
| committer | 2021-11-04 14:39:06 +0000 | |
| commit | df8aa1fbcff1c9fe88e64daa9d8da0cfbebfb7ea (patch) | |
| tree | a0aa0653f5a28dbf39cadfea2a2080d431eb7c89 /java | |
| parent | 5506c1658c654c8d97c6e7f41116678384e2e50b (diff) | |
Reformat SDK Library docs
We're not sure what formatting is applied to this but it sure
isn't markdown.
Fixes: 204572072
Test: Build and compare docs
Change-Id: Ib023f0cb490a7c7c5605d426ce5e70a7130d5162
Diffstat (limited to 'java')
| -rw-r--r-- | java/sdk_library.go | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/java/sdk_library.go b/java/sdk_library.go index 273efec13..d7f14d659 100644 --- a/java/sdk_library.go +++ b/java/sdk_library.go @@ -361,13 +361,14 @@ type ApiScopeProperties struct { // The sdk_version to use for building the stubs. // // If not specified then it will use an sdk_version determined as follows: + // // 1) If the sdk_version specified on the java_sdk_library is none then this - // will be none. This is used for java_sdk_library instances that are used - // to create stubs that contribute to the core_current sdk version. - // 2) Otherwise, it is assumed that this library extends but does not contribute - // directly to a specific sdk_version and so this uses the sdk_version appropriate - // for the api scope. e.g. public will use sdk_version: current, system will use - // sdk_version: system_current, etc. + // will be none. This is used for java_sdk_library instances that are used + // to create stubs that contribute to the core_current sdk version. + // 2) Otherwise, it is assumed that this library extends but does not + // contribute directly to a specific sdk_version and so this uses the + // sdk_version appropriate for the api scope. e.g. public will use + // sdk_version: current, system will use sdk_version: system_current, etc. // // This does not affect the sdk_version used for either generating the stubs source // or the API file. They both have to use the same sdk_version as is used for |