Skip to content

Commit

Permalink
fix documentation (#1069)
Browse files Browse the repository at this point in the history
use correct ref for doxygenenum directive
  • Loading branch information
samjwu authored Apr 17, 2023
1 parent 1db0566 commit 64a1974
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ _images/
_static/
_templates/
_toc.yml
docBin/
docBin/
_doxygen/
14 changes: 5 additions & 9 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,14 @@ Enumerations

This section provides all the enumerations used.

.. doxygenenum:: rocfft_status_e
.. doxygenenum:: rocfft_status

.. doxygenenum:: rocfft_transform_type_e
.. doxygenenum:: rocfft_transform_type

.. doxygenenum:: rocfft_precision_e
.. doxygenenum:: rocfft_precision

.. doxygenenum:: rocfft_result_placement_e
.. doxygenenum:: rocfft_result_placement

.. doxygenenum:: rocfft_array_type_e
.. doxygenenum:: rocfft_array_type

.. comment doxygenenum:: rocfft_execution_mode

0 comments on commit 64a1974

Please sign in to comment.