amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 8 forks source link

Adds useful kdocs for all members declared in AnyElement and other kdocs improvements #73

Closed popematt closed 2 years ago

popematt commented 2 years ago

Issue #, if available:

67

Description of changes:

This adds the documentation changes mentioned in #67

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 2 years ago

Codecov Report

Merging #73 (ba8ffd8) into master (67e1dff) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #73   +/-   ##
=========================================
  Coverage     88.06%   88.06%           
  Complexity      453      453           
=========================================
  Files            30       30           
  Lines           821      821           
  Branches         72       72           
=========================================
  Hits            723      723           
  Misses           65       65           
  Partials         33       33           
Impacted Files Coverage Δ
src/com/amazon/ionelement/api/IonElement.kt 100.00% <ø> (ø)
src/com/amazon/ionelement/api/IonLocation.kt 66.66% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 67e1dff...ba8ffd8. Read the comment docs.