Skip to content

Commit 4fa2c8f

Browse files
committed
Change the path of the .tag file for the coreMQTT library
1 parent 0b00562 commit 4fa2c8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/doxygen/config.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2337,7 +2337,7 @@ SKIP_FUNCTION_MACROS = YES
23372337
# the path). If a tag file is not located in the directory in which doxygen is
23382338
# run, you must also specify the path to the tagfile here.
23392339

2340-
TAGFILES = libraries/standard/coreMQTT/docs/doxygen/output/mqtt.tag=../../../../libraries/standard/coreMQTT/docs/doxygen/output/html \
2340+
TAGFILES = libraries/standard/coreMQTT/docs/doxygen/output/html/mqtt.tag=../../../../libraries/standard/coreMQTT/docs/doxygen/output/html \
23412341
libraries/standard/coreJSON/docs/doxygen/output/json.tag=../../../../libraries/standard/coreJSON/docs/doxygen/output/html \
23422342
libraries/standard/corePKCS11/docs/doxygen/output/core_pkcs11.tag=../../../../libraries/standard/corePKCS11/docs/doxygen/output/html \
23432343
libraries/aws/device-shadow-for-aws-iot-embedded-sdk/docs/doxygen/output/shadow.tag=../../../../libraries/aws/device-shadow-for-aws-iot-embedded-sdk/docs/doxygen/output/html \

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: |-
88
See dependencies for included libraries."
99
dependencies:
1010
- name: "coreMQTT"
11-
version: "v2.3.1"
11+
version: "8dfeccb02abe6bfdeb826ac17add7d9368aef8fa"
1212
repository:
1313
type: "git"
1414
url: "https://github.com/FreeRTOS/coreMQTT"

0 commit comments

Comments
 (0)