# Includes
@INCLUDE = Doxyfile-another

# Quotes
PROJECT_BRIEF = "is cool"

# Multiple lines
HTML_EXTRA_FILES = \
    css \
    "another.png" \
    \
    "hello"

# Adding
HTML_EXTRA_STYLESHEET = a.css
HTML_EXTRA_STYLESHEET += b.css

# Escaping
M_PAGE_HEADER = 'this is "quotes" \'apostrophes\''
M_PAGE_FINE_PRINT = "this is \"quotes\""

# Commented with a hashbang
##! M_LINKS_NAVBAR1 = pages \
##!     modules

# Commented with a hashbang and no space
##!M_LINKS_NAVBAR2 = files \
##!annotated
