-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoddoc.cfg
37 lines (35 loc) · 1.48 KB
/
autoddoc.cfg
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
26
27
28
29
30
31
32
33
34
35
36
37
[PROJECT]
# Name of the project. E.g. "AutoDDoc Documentation Generator".
name = D:GameVFS
# Project version string. E.g. "0.1 alpha".
version = 0.2
# Copyright without the "Copyright (c)" part. E.g. "Joe Coder 2001-2042".
copyright = Ferdinand Majerech 2011 - 2014.
# File name of the logo of the project, if any.
# Should be a PNG image. E.g. "logo.png".
logo =
[OUTPUT]
# Directory to write the documentation to.
# If none specified, "autoddoc" is used.
directory = ../doc/html
# CSS style to use. If empty, default will be generated.
# You can create a custom style by generating default style
# with "autoddoc.py -s" and modyfing it.
style =
# Documentation index file to use. If empty, default will be generated.
# You can create a custom index by generating default index
# with "autoddoc.py -i" and modyfing it.
index = ../autoddoc_index.dd
# Any extra links to add to the sidebar of the documentation.
# Should be in the format "LINK DESCRIPTION", separated by commas.
# E.g; To add links to Google and the D language site, you would use:
# "http://www.google.com Google, http://d-p-l.org DLang"
links =
# Source files or patterns to ignore. Supports regexp syntax.
# E.g; To ignore main.d and all source files in the test/ directory,
# you would use: "main.d test/*"
ignore = examples/*, dgamevfs/test.d, autoddoc_index.dd, dgamevfs/_.d, dgamevfs/memory.d, dgamevfs/util.d
[DDOC]
# Command to use to generate the documentation.
# Can be modified e.g. to use GDC or LDC.
ddoc_command = dmd -d -c -o-