-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpdoc.ini
32 lines (24 loc) · 943 Bytes
/
phpdoc.ini
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
;; phpDocumentor parse configuration file
[Parse Data]
;; title of all the documentation
;; legal values: any string
title = QuickEval Documentation
;; parse files that start with a . like .bash_profile
;; legal values: true, false
hidden = false
;; show elements marked @access private in documentation by setting this to on
;; legal values: on, off
parseprivate = off
;; parse with javadoc-like description (first sentence is always the short description)
;; legal values: on, off
javadocdesc = off
;; comma-separated list of directories to parse
;; legal values: directory paths separated by commas
directory = .
;; comma-separated list of Converters to use in outputformat:Convertername:templatedirectory format
;;output=HTML:Smarty:PHP,PDF:default:default
output=HTML:Frames:phpedit,PDF:default:*
;; where should the documentation be written?
;; legal values: a legal path
target = ../branches/docs
defaultpackagename = QuickEval