Skip to content

Render module member summary if member docs are on different pages #224

Answered by pawamoy
mbraakhekke asked this question in Q&A
Discussion options

You must be logged in to vote

There's no solution yet, and that's something that bothers me too. The summary features is currently based on selected members (members, filters options, etc.), but ideally it would have two additional modes:

  • summarize all public members of the root object
  • summarize explicitly specified members (without rendering the members themselves)

Something like:

::: path.to.object
    options:
        summary: public
            # or with each kind
            # attributes: public
            # functions: public
            # classes: public
            # modules: public

(maybe it should then use selected as value instead of true for the current behavior)

::: path.to.object
    options:
        s…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mbraakhekke
Comment options

@pawamoy
Comment options

Answer selected by mbraakhekke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants