ObjFW  Check-in [007844f26e]

Overview
Comment:Don't show undocumented methods in the documentation - they're private.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 007844f26eaf0cc2b7b0f2383d8cc45afdc3a82b9ecca8b1146e17ab04c07a1a
User & Date: js on 2012-02-03 14:20:02
Other Links: manifest | tags
Context
2012-02-03
14:20
Add OFXMLProcessingInstructions and let OFXMLElementBuilder create them. check-in: 045aa2e2d5 user: js tags: trunk
14:20
Don't show undocumented methods in the documentation - they're private. check-in: 007844f26e user: js tags: trunk
2012-02-01
13:42
Clean up the properties mess. check-in: c1b35e1495 user: js tags: trunk
Changes

Modified Doxyfile from [cae41faf7e] to [7669e1a119].

1
2
3
4
5
6
7


8
PROJECT_NAME = "ObjFW"
OUTPUT_DIRECTORY = docs/
INPUT = src src/exceptions
FILE_PATTERNS = *.h *.m
HTML_OUTPUT = .
GENERATE_LATEX = NO
HIDE_UNDOC_CLASSES = YES


IGNORE_PREFIX = OF of_







>
>

1
2
3
4
5
6
7
8
9
10
PROJECT_NAME = "ObjFW"
OUTPUT_DIRECTORY = docs/
INPUT = src src/exceptions
FILE_PATTERNS = *.h *.m
HTML_OUTPUT = .
GENERATE_LATEX = NO
HIDE_UNDOC_CLASSES = YES
HIDE_UNDOC_MEMBERS = YES
PREDEFINED = OF_HAVE_PROPERTIES
IGNORE_PREFIX = OF of_