# Include common configuration options.
@INCLUDE_PATH = doc/config
@INCLUDE = common

# Basic project information.
PROJECT_NAME = "Main"

# Library documentation output directory.
HTML_OUTPUT = main

# Generate Doxygen tag file for this library.
GENERATE_TAGFILE = doc/output/main.tag

# Input directories.
INPUT = doc/ \
        doc/guide

# Library file names.
FILE_PATTERNS = *.txt

# Don't automatically link to library symbols.
AUTOLINK_SUPPORT = NO

# External tag files required by this library.
TAGFILES = doc/output/platform.tag=../platform \
           doc/output/https.tag=../https \
           doc/output/posix.tag=../posix \
           doc/output/wifi.tag=../wifi \
           doc/output/secure_sockets.tag=../secure_sockets

# Use the Main page layout file
LAYOUT_FILE = doc/config/layout_main.xml

# Aliases for tables on the Style Guide page.
ALIASES += formattable{1}="This table contains the formats for the names of the most common SDK \1. It is not intended to be comprehensive. <b>Bold</b> text indicates a variable but required part of the \1 name. <i>Italic</i> text indicates a variable but optional part of the \1 name.^^^^| Format | Applies to | Example |^^| ------ | ---------- | ------- |"
ALIASES += formattableentry{3}="| \1 | \2 | \3 |"
