-
Notifications
You must be signed in to change notification settings - Fork 13
/
headerDoc2html.config
24 lines (24 loc) · 1003 Bytes
/
headerDoc2html.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Configuration file for HeaderDoc
# Original file: $Revision: 1.5.4.1.2.20 $ From Apple Computer
# Modified by: Uli Kusterer
###########################################################
copyrightOwner => 2010-2013 Uli Kusterer, all rights reserved.
defaultFrameName => index.html
masterTOCName => index.html
apiUIDPrefix => leo_ref
TOCTemplateFile => ./HeaderDocTOCTemplate.html
ignorePrefixes =>
htmlHeader =>
dateFormat => %Y-%m-%d
textStyle =>
commentStyle => background:#ffffff; color:#ff0000
preprocessorStyle => background:#ffffff; color:#236e25
funcNameStyle => background:#ffffff; color:#0000dd;
stringStyle => background: #ffffff; color:#666666;
charStyle => background: #ffffff; color:#666666;
numberStyle => background: #ffffff; color:#000000;
keywordStyle => background:#ffffff; color:#0000ff;
typeStyle => background:#ffffff; color:#0000ff;
paramStyle => background:#ffffff; color:#000000;
varStyle => background:#ffffff; color:#000000;
templateStyle => background:#ffffff; color:#761550;