-
Notifications
You must be signed in to change notification settings - Fork 0
/
comp30040.qdocconf
25 lines (22 loc) · 1.09 KB
/
comp30040.qdocconf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# where your source files are (here it's just the root directory)
sourcedirs = .
# where your header files are (probably in the same place as source)
headerdirs = .
# where you store images that are used in your qdoc comments
imagedirs = .
# what kind of sources should be processed
sources.fileextensions = "*.cpp *.qdoc"
# what kind of headers should be processed
headers.fileextensions = "*.h"
# where to put the result
outputdir = ./documentation/
# what format to use for generating documentation
outputformats = HTML
# path to the CSS files if you would like to use any (here it's the current directory)
HTML.stylesheets = style.css
# the string that actually includes the CSS into documentation file
HTML.headerstyles = "<link rel=\"stylesheet\" type=\"text/css\" href=\"style/style.css\"/>\n"
# what to append to every page after header
HTML.postheader = "<p class=\"header\"><small>MOKE Simulation with Ray Tracing</small></p><hr/>"
# what to append to every page after the content
HTML.footer = "<hr/><p class=\"footer\"><small>William Lynch 3rd Year Project - Supervised by Thomas Tompson</small></p>"