Doxygen Improvements (#170)

* Doxygen updates

- Fix multiple @param where [in]/[out] was misplaced
- Fix @return
- Insert @retval
- Separate out installing conda environment from build docs step

[ROCm/rocprofiler-sdk commit: 14373c57be]
This commit is contained in:
Jonathan R. Madsen
2023-11-01 15:31:15 -05:00
committed by GitHub
parent 57ed1bcfd3
commit 1e2a80ef8e
10 changed files with 83 additions and 79 deletions
+4 -1
View File
@@ -47,10 +47,13 @@ jobs:
- name: Create Docs Directory
run:
mkdir -p docs
- name: Update Docs
- name: Install Conda environment
working-directory: source/docs
run: |
conda env create -n rocprofiler-docs -f environment.yml
- name: Build Docs
working-directory: source/docs
run: |
source activate
conda activate rocprofiler-docs
../scripts/update-docs.sh