File: conf_cpp.py

package info (click to toggle)
manif 0.0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,576 kB
  • sloc: cpp: 11,789; ansic: 8,774; python: 2,158; sh: 24; makefile: 23; xml: 21
file content (15 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>', [])
]