Documentation updates

This commit is contained in:
Ian Craggs 2013-01-24 15:19:21 +00:00
parent 97c7280470
commit 1484116053
4 changed files with 1809 additions and 1612 deletions

1503
doc/DoxyfileV3AsyncAPI Normal file

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,6 @@ DOXYFILE_ENCODING = UTF-8
# by quotes) that should identify the project.
PROJECT_NAME = "MQTT Client"
GENERATE_ECLIPSEHELP = YES
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@ -39,7 +38,7 @@ PROJECT_NUMBER =
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
OUTPUT_DIRECTORY = "docs/"
OUTPUT_DIRECTORY = "MQTTClient/"
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@
/**
* @mainpage MQTT Client library for C
* © Copyright IBM Corp. 2009, 2012
* © Copyright IBM Corp. 2009, 2013
*
* @brief An MQTT client library in C.
*