Skip to content

Commit

Permalink
Merge pull request #98 from kokkos/hotfix-docs
Browse files Browse the repository at this point in the history
fix args for doxygen
  • Loading branch information
yasahi-hpc authored Apr 22, 2024
2 parents 2e9d218 + bacb02a commit 892a320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/real/rfftn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
KokkosFFT::rfftn
----------------

.. doxygenfunction:: KokkosFFT::rfftn(const ExecutionSpace& exec_space, const InViewType& in, OutViewType& out, axis_type<DIM1> axes, KokkosFFT::Normalization, shape_type<DIM2> s)
.. doxygenfunction:: KokkosFFT::rfftn(const ExecutionSpace& exec_space, const InViewType& in, OutViewType& out, axis_type<DIM> axes, KokkosFFT::Normalization, shape_type<DIM> s)
2 changes: 1 addition & 1 deletion docs/api/standard/ifft2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
KokkosFFT::ifft2
----------------

.. doxygenfunction:: KokkosFFT::ifft2(const ExecutionSpace& exec_space, const InViewType& in, OutViewType& out, KokkosFFT::Normalization, axis_type<2> axes, shape_type<DIM> s)
.. doxygenfunction:: KokkosFFT::ifft2(const ExecutionSpace& exec_space, const InViewType& in, OutViewType& out, KokkosFFT::Normalization, axis_type<2> axes, shape_type<2> s)

0 comments on commit 892a320

Please sign in to comment.