Skip to content

Commit

Permalink
Add javadoc for fileconverters
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyAutrey committed Oct 17, 2024
1 parent 0ac9d18 commit c915b62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/scala/com/typesafe/sbt/web/SbtWeb.scala
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,8 @@ object SbtWeb extends AutoPlugin {
* the mappings to deduplicate
* @param deduplicators
* the deduplicating functions
* @param conv
* A valid FileConverter. Usually fileConverter.value, in Task scope
* @return
* the (possibly) deduplicated mappings
*/
Expand Down Expand Up @@ -631,6 +633,8 @@ object SbtWeb extends AutoPlugin {
* the mappings to sync.
* @param target
* the destination directory to sync to.
* @param conv
* a valid FileConverter. Usually fileConverter.value, in Task scope
* @return
* the target value
*/
Expand Down

0 comments on commit c915b62

Please sign in to comment.