1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-24 18:41:06 +03:00

Add Module.md files for different artifacts with module and package info (#4844)

* Add Module.md files for different artifacts with module and package info

This is what dokka uses to document packages and modules. Deleted the `package-info.kt` file as it doesn't do anything on its own, but can restore if it's still wanted

* Add Module.md for mockwebserver

* Only specify module if it exists

A bunch of samples don't have modules or readmes

* Remove package descriptors
This commit is contained in:
Zac Sweers
2019-04-02 04:27:49 -07:00
committed by Jesse Wilson
parent e8c5d77a27
commit b042f1e499
7 changed files with 18 additions and 2 deletions

View File

@@ -1,2 +0,0 @@
/** An OkHttp interceptor which logs HTTP request and response data. */
package okhttp3.logging