1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-01 06:30:52 +02:00
ModernCppStarter/documentation/conf.py
2020-07-28 16:36:16 +02:00

19 lines
518 B
Python

DOXYFILE = 'Doxyfile'
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')]),
# ]