skrapeit / skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
https://docs.skrape.it
MIT License
789 stars 57 forks source link

docs: update javadoc code and link to kdoc #217

Closed msotho closed 1 year ago

msotho commented 1 year ago

Issue: https://github.com/skrapeit/skrape.it/issues/195

Now should comply to KDoc syntax

codecov[bot] commented 1 year ago

Codecov Report

Merging #217 (1223bca) into master (eeb9962) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #217   +/-   ##
=======================================
  Coverage   80.91%   80.91%           
=======================================
  Files          39       39           
  Lines        1168     1168           
  Branches      180      180           
=======================================
  Hits          945      945           
  Misses        162      162           
  Partials       61       61           
Impacted Files Coverage Δ
...er/src/main/kotlin/it/skrape/selects/DocElement.kt 64.29% <ø> (ø)
...rc/main/kotlin/it/skrape/selects/DomTreeElement.kt 74.08% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

christian-draeger commented 1 year ago

Thx :)