We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954fbf4 commit 6487ee9Copy full SHA for 6487ee9
1 file changed
docs/conf.py
@@ -221,7 +221,7 @@ def configure_doxyfile(
221
fastdds.refs.__contains__('origin/{}'.format(fastdds_branch))):
222
fastdds_branch = 'origin/{}'.format(fastdds_branch)
223
else:
224
- fastdds_branch = 'origin/2.14.x'
+ fastdds_branch = 'origin/hotfix/2.14.x/doxygen'
225
print(f'Fast DDS branch is not set by env var. Using "{fastdds_branch}"')
226
227
# Actual checkout
0 commit comments