Skip to content

Commit

Permalink
Update the mqtt.tag file location
Browse files Browse the repository at this point in the history
The `mqtt.tag` was generated at `coreMQTT/docs/doxygen/output/mqtt.tag`.
The [doxygen-generation](https://github.com/FreeRTOS/CI-CD-Github-Actions/tree/main/doxygen-generation)
GH action deploys the content of `coreMQTT/docs/doxygen/output/html`
and as a result, the `mqtt.tag` was not getting deployed.

This change updates the location of `mqtt.tag` to
`coreMQTT/docs/doxygen/output/html/mqtt.tag` to ensure that it gets
deployed by the doxygen-generation GH action.

Signed-off-by: Gaurav Aggarwal <[email protected]>
  • Loading branch information
aggarg committed Aug 5, 2024
1 parent 4c24d17 commit 2a0f71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -2339,7 +2339,7 @@ TAGFILES =
# tag file that is based on the input files it reads. See section "Linking to
# external documentation" for more information about the usage of tag files.

GENERATE_TAGFILE = docs/doxygen/output/mqtt.tag
GENERATE_TAGFILE = docs/doxygen/output/html/mqtt.tag

# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
# the class index. If set to NO, only the inherited external classes will be
Expand Down

0 comments on commit 2a0f71a

Please sign in to comment.