DOXYFILE = 'Doxyfile-mcss'

MAIN_PROJECT_URL = '../index.html'
SHOW_UNDOCUMENTED = True

LINKS_NAVBAR1 = [
    ('Pages', 'pages', []),
    # ('Namespaces', 'namespaces', []),
    ('Classes', 'annotated', []),
    ('Files', 'files', [])
]
LINKS_NAVBAR2 = [
    ('<a href=\"../python/index.html\">Python</a>', []),
    ('<a href=\"https://github.com/artivis/manif\">GitHub</a>', [])
]
