mirror of https://github.com/eclipse/paho.mqtt.c
Documentation updates
This commit is contained in:
parent
97c7280470
commit
1484116053
File diff suppressed because it is too large
Load Diff
|
|
@ -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
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue