Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
paho.mqtt.c
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eclipse
paho.mqtt.c
Commits
14841160
Commit
14841160
authored
Jan 24, 2013
by
Ian Craggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation updates
parent
97c72804
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1809 additions
and
1612 deletions
+1809
-1612
DoxyfileV3AsyncAPI
doc/DoxyfileV3AsyncAPI
+1503
-0
DoxyfileV3ClientAPI
doc/DoxyfileV3ClientAPI
+1
-2
DoxyfileV3ClientInternal
doc/DoxyfileV3ClientInternal
+304
-1609
MQTTClient.h
src/MQTTClient.h
+1
-1
No files found.
doc/DoxyfileV3AsyncAPI
0 → 100644
View file @
14841160
This diff is collapsed.
Click to expand it.
doc/DoxyfileV3ClientAPI
View file @
14841160
...
...
@@ -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
...
...
doc/DoxyfileV3ClientInternal
View file @
14841160
This diff is collapsed.
Click to expand it.
src/MQTTClient.h
View file @
14841160
...
...
@@ -13,7 +13,7 @@
/**
* @mainpage MQTT Client library for C
* © Copyright IBM Corp. 2009, 201
2
* © Copyright IBM Corp. 2009, 201
3
*
* @brief An MQTT client library in C.
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment