Iblis Lin created MXNET-1432:
--------------------------------

             Summary: Hide private function in API Reference of Julia doc
                 Key: MXNET-1432
                 URL: https://issues.apache.org/jira/browse/MXNET-1432
             Project: Apache MXNet
          Issue Type: Story
          Components: Apache MXNet Julia API
            Reporter: Iblis Lin
            Assignee: Iblis Lin


The {{@autodoc}} macro will output all the stuffs from the module.

Considering build a filter for hiding all private functions that the name 
starts with `_`.

Ref: 
[https://juliadocs.github.io/Documenter.jl/stable/man/syntax/#@autodocs-block-1]
{code:java}

Filter = x -> !startswith("_", string(x))
 {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to