aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc/HeaderDoc/headerDoc2HTML.config
blob: 97f740c209cc59359f97979a90b55fef863eb0e1 (plain)
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
# Configuration file for HeaderDoc
# $Revision: 1.11 $
###########################################################
# These options set various parameters used in content generation.
copyrightOwner => Copyright (c) 2017 Cisco and/or its affiliates.
defaultFrameName => index.html
masterTOCName => masterTOC.html

# To include information at the top or bottom of every page,
# either include a string in htmlHeader/htmlFooter or a filename
# in htmlHeaderFile or htmlFooterFile
htmlHeader =>
htmlHeaderFile =>
htmlFooter =>
htmlFooterFile =>

# Tells HeaderDoc to suppress the default <style> content in a couple of places.
#suppressDefaultStyles => 1

# You can include additional stylesheet bits with any of the following:
styleSheetExtrasFile => parcstyle.css
# externalStyleSheets => /Resources/CSS/adcstyle.css
# externalTOCStyleSheets => /Resources/CSS/frameset_styles.css
# styleImports => @import "/Resources/CSS/frameset_styles.css";
# tocStyleImports => @import "/Resources/CSS/frameset_styles.css";
#tocStyleImports => @import "/Resources/CSS/adcstyle.css";