Feynman Liang created SPARK-8991:
------------------------------------

             Summary: Update SharedParamsCodeGen's Generated Documentation
                 Key: SPARK-8991
                 URL: https://issues.apache.org/jira/browse/SPARK-8991
             Project: Spark
          Issue Type: Improvement
          Components: ML
            Reporter: Feynman Liang
            Priority: Trivial


We no longer need

Specifically, the [generated documentation in 
SharedParamsCodeGen|https://github.com/apache/spark/blob/master/mllib/src/main/scala/org/apache/spark/ml/param/shared/SharedParamsCodeGen.scala#L137]
 should be modified from

{{code}}
      |/**
      | * (private[ml]) Trait for shared param $name$defaultValueDoc.
      | */
{{code}}

to

{{code}}
      |/**
      | * Trait for shared param $name$defaultValueDoc.
      | */
{{code}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to