-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.nd_project.txt
125 lines (98 loc) · 4.34 KB
/
.nd_project.txt
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Format: 2.0.2
# This is the file you use to provide information about your project. It can
# also be used to specify input and output settings so you don't have to
# include them on the command line.
# Project Information
# ------------------------------------------------------------------------
Title: VBA Math Objects
Subtitle: An advanced object oriented math library for VBA.
Copyright: Kevin Nowaczyk
Timestamp: yyyy-mm-dd
# m - Single digit month, when possible. January is "1".
# mm - Always double digit month. January is "01".
# mon - Short month word. January is "Jan".
# month - Long month word. January is "January".
# d - Single digit day, when possible. 1 is "1".
# dd - Always double digit day. 1 is "01".
# day - Day with text extension. 1 is "1st".
# yy - Double digit year. 2017 is "17".
# yyyy - Four digit year. 2017 is "2017".
# year - Four digit year. 2017 is "2017".
# This is where you specify general information about your project.
#
# Style: [style]
# The style to apply to the generated documentation. It can be the name of
# a CSS file in the project configuration folder or a subfolder that
# contains Style.txt. Do not include ".css" if using a CSS file.
# Source Code
# ------------------------------------------------------------------------
Source Folder: ../src/ClassModules
Name: Class Modules
Source Folder 2: ../src/Modules
Name: Modules
# This is where you specify what files and folders Natural Docs should be
# scanning. If you use any of these options on the command line, this entire
# section is ignored except for names and numbers.
#
# All paths are relative to the project configuration folder, which lets this
# file remain portable across computers and not cause problems in version
# control systems. You can enter absolute paths and they will be converted
# automatically.
#
# Source Folder: [path]
# Name: [name]
#
# Specifies a folder which will be searched for source files. If you have
# more than one, add the Name property to set how it will show up in the
# menu.
# Source Filtering
# ------------------------------------------------------------------------
# If there are any subfolders in the source code that you would like Natural
# Docs to ignore, they can be specified here. If you use any of these options
# on the command line, this entire section is ignored.
#
# Ignore Source Folder: [path]
# Tells Natural Docs to skip this folder when scanning files.
#
# Ignore Source Folder Pattern: [pattern]
# Tells Natural Docs to skip all folder names which match this pattern when
# scanning files. ? matches a single character, * matches zero or more
# characters. It applies to the entire folder name, so "cli" will not
# match "client", although "cli*" will.
#
# The data folders of common version control systems (.git, .svn, .cvs, .hg)
# are ignored automatically. You do not have to specify them here.
# Generated Documentation
# ------------------------------------------------------------------------
HTML Output Folder: ../docs
# This is where you specify what kind of documentation you want Natural Docs
# to build and where it should be put. If you use any of these options on the
# command line, this entire section is ignored except for secondary settings.
#
# All paths are relative to the project configuration folder, which lets this
# file remain portable across computers and not cause problems in version
# control systems. You can enter absolute paths and they will be converted
# automatically.
#
# You can override any of the project information settings under each entry,
# so if you have multiple output folders you can give them each different
# styles or subtitles.
#
# HTML Output Folder: [path]
# [Project Information]
#
# Generates HTML documentation in the specified folder.
# Global Settings
# ------------------------------------------------------------------------
# Other settings that apply to your entire project. Settings specified on the
# command line override the settings here.
#
# Tab Width: [width]
# The number of spaces tabs should be expanded to.
#
# Documented Only: [yes|no]
# Whether only documented code elements should appear in the output.
# Defaults to no.
#
# Auto Group: [yes|no]
# Whether groups should automatically apply to you code. Defaults to yes.