You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Iblis Lin (Jira)" <ji...@apache.org> on 2019/10/02 13:55:00 UTC

[jira] [Created] (MXNET-1432) Hide private function in API Reference of Julia doc

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: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org