mirror of
https://github.com/macports/pallet.git
synced 2026-07-12 18:18:47 -07:00
git-svn-id: https://svn.macports.org/repository/macports/branches/gsoc08-framework@38132 d073be05-634f-4543-b044-5fe20cf6d1d6
67 lines
2.6 KiB
Plaintext
67 lines
2.6 KiB
Plaintext
# Configuration file for HeaderDoc
|
|
# $Revision: 1.5.4.1.2.34 $
|
|
###########################################################
|
|
|
|
# These options set various parameters used in content generation.
|
|
copyrightOwner => MacPorts Project
|
|
defaultFrameName => index.html
|
|
masterTOCName => masterTOC.html
|
|
|
|
# This controls the unique ID prefix used at the start of API references.
|
|
# Use this to control the API UID of generated refs. If you need to
|
|
# support linking to documents with multiple API UID prefixes, define
|
|
# the externalAPIUIDPrefixes variable with a space-separaed list of
|
|
# valid prefixes.
|
|
apiUIDPrefix => macports_ref
|
|
|
|
# This is a legacy way of ignoring junk at the start of a line.
|
|
# The current preferred mechanism is to define it out of existence
|
|
# with C preprocessor macros.
|
|
ignorePrefixes =>
|
|
|
|
# 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 =>
|
|
stripDotH => 1
|
|
|
|
# The TOC template file list can contain multiple template files, separated by spaces, e.g.
|
|
# TOCTemplateFile => toctemplate.html functions.tmpl constants.tmpl datatypes.tmpl mpindex.tmpl
|
|
|
|
TOCTemplateFile => toctemplate.html
|
|
|
|
# The date format is specified in the same format as strftime. See the
|
|
# man page for strftime for more info.
|
|
dateFormat => %A, %B %d, %Y
|
|
|
|
# You can include additional stylesheet bits with any of the following:
|
|
# styleSheetExtrasFile =>
|
|
# externalStyleSheets => /Resources/CSS/frameset_styles.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";
|
|
|
|
# These are CSS Styles for various bits of code declarations.
|
|
textStyle =>
|
|
commentStyle => background:#ffffff; color:#236e25
|
|
preprocessorStyle => background:#ffffff; color:#236e25
|
|
funcNameStyle => background:#ffffff; color:#000000;
|
|
stringStyle => background: #ffffff; color:#891315;
|
|
charStyle => background: #ffffff; color:#0000ff;
|
|
numberStyle => background: #ffffff; color:#0000ff;
|
|
keywordStyle => background:#ffffff; color:#761550;
|
|
typeStyle => background:#ffffff; color:#761550;
|
|
paramStyle => background:#ffffff; color:#000000;
|
|
varStyle => background:#ffffff; color:#000000;
|
|
templateStyle => background:#fffff; color:#761550;
|
|
|
|
# These control the automatic generation of hierarchical jump links in large
|
|
# index pages. You can set these limits higher or lower as desired.
|
|
groupHierLimit => 100
|
|
groupHierSubgroupLimit => 30
|
|
|