mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-03 23:50:53 +02:00
show not explicitly documented objects
This commit is contained in:
parent
0f6c85d20d
commit
a8e26eaf8d
6 changed files with 34 additions and 34 deletions
|
@ -4,3 +4,16 @@ LINKS_NAVBAR1 = [
|
|||
(None, 'pages', [(None, 'about')]),
|
||||
(None, 'namespaces', []),
|
||||
]
|
||||
|
||||
# Add your own navbar links using the code below.
|
||||
# To find the valid link names, you can inspect the URL of a generated documentation site.
|
||||
|
||||
# LINKS_NAVBAR1 = [
|
||||
# (None, 'pages', [(None, 'about')]),
|
||||
# (None, 'namespaces', [(None, 'namespacegreeter')]),
|
||||
# ]
|
||||
#
|
||||
# LINKS_NAVBAR2 = [
|
||||
# (None, 'annotated', [(None, 'classgreeter_1_1_greeter')]),
|
||||
# (None, 'files', [(None, 'greeter_8h')]),
|
||||
# ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue