ObjFW  Check-in [6d7bdcfc21]

Overview
Comment:Add src/exceptions to Doxyfile.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6d7bdcfc216a096218a17b7514c6b552a657ab1e6d61b4aaa8f3871d80eb4e60
User & Date: js on 2011-03-27 17:17:39
Other Links: manifest | tags
Context
2011-03-27
17:51
Pass the causing object for OFEnumerationMutationExceptions. check-in: f072e1a338 user: js tags: trunk
17:17
Add src/exceptions to Doxyfile. check-in: 6d7bdcfc21 user: js tags: trunk
17:16
Pass offset and whence for OFSeekFailedExceptions. check-in: b940af1dd6 user: js tags: trunk
Changes

Modified Doxyfile from [6d9538cc8d] to [fd9d13e7bf].

1
2
3
4
5
6
7
PROJECT_NAME = "ObjFW"
OUTPUT_DIRECTORY = docs/
INPUT = src
FILE_PATTERNS = *.h *.m
HTML_OUTPUT = .
GENERATE_LATEX = NO
HIDE_UNDOC_CLASSES = YES


|




1
2
3
4
5
6
7
PROJECT_NAME = "ObjFW"
OUTPUT_DIRECTORY = docs/
INPUT = src src/exceptions
FILE_PATTERNS = *.h *.m
HTML_OUTPUT = .
GENERATE_LATEX = NO
HIDE_UNDOC_CLASSES = YES