Skip to content

Commit 723184f

Browse files
committed
doc(doxyge):fix doxygen path
1 parent ec900a7 commit 723184f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/workflows/doxygen.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
name: doc_doxygen
22
on:
3+
pull_request:
4+
branches:
5+
- master
6+
paths:
7+
- 'documentation/doxygen/**'
8+
- 'src/**'
9+
- 'include/**'
10+
- 'components/drivers/include/drivers/**'
11+
- 'components/dfs/dfs_v2/include/**'
12+
- 'components/dfs/dfs_v2/src/**'
13+
- 'components/finsh/**'
314
# Runs at 16:00 UTC (BeiJing 00:00) on the 30st of every month
415
schedule:
516
- cron: '0 16 30 * *'
617
workflow_dispatch:
718

819
jobs:
920
build:
10-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-22.04
1122
name: doxygen_doc generate
1223
if: github.repository_owner == 'RT-Thread'
1324
steps:

components/drivers/include/drivers/dev_spi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ rt_err_t rt_qspi_send_then_recv(struct rt_qspi_device *device, const void *send_
618618
*
619619
* @param device the QSPI device attached to QSPI bus.
620620
* @param send_buf the buffer to be transmitted to QSPI device.
621-
* @param send_length the number of data to be transmitted.
621+
* @param length the number of data to be transmitted.
622622
*
623623
* @return the status of transmit.
624624
*/

0 commit comments

Comments
 (0)