Skip to content

Commit ca5bf01

Browse files
authored
Merge pull request #730 from AjayBoddeda4/add-dataquanta-docs
docs: Add documentation to DataQuanta companion object
2 parents a90fce3 + 44869d2 commit ca5bf01

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • wayang-api/wayang-api-scala-java/src/main/scala/org/apache/wayang/api

wayang-api/wayang-api-scala-java/src/main/scala/org/apache/wayang/api/DataQuanta.scala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,8 +1402,10 @@ class JoinedDataQuanta[Out0: ClassTag, Out1: ClassTag]
14021402
}
14031403

14041404
/**
1405-
* TODO: add the documentation to the object org.apache.wayang.api.DataQuanta
1406-
* labels: documentation,todo
1405+
* Companion object for [[DataQuanta]].
1406+
*
1407+
* Provides factory methods to create [[DataQuanta]] instances directly
1408+
* from [[OutputSlot]]s.
14071409
*/
14081410
object DataQuanta {
14091411

0 commit comments

Comments
 (0)