Github user felixcheung commented on the issue:

    https://github.com/apache/spark/pull/13921
  
    Actually don't do this? 
    
    ```
    #' This is a title for write.ml
    #' @rdname write.ml
    #' @export
    setGeneric("write.ml", function(object, path, ...) { 
standardGeneric("write.ml") })
    ```
    
    it will create a dummy page with no content for write.ml. And generally we 
don't put more than @rdname and @export in generics.R - it is harder to manage 
from there.
    
    I also was thinking about the discoverability of "write.ml", "predict" and 
so on in the doc. I think it is better to have full page for "write.ml" and 
then link to write.ml(KM), write.ml(GLM) etc from there.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to