Skip to content

Commit

Permalink
Merge pull request #474 from dalg24/printf_header
Browse files Browse the repository at this point in the history
Document existence of `<Kokkos_Printf.hpp>` header
  • Loading branch information
dalg24 authored Dec 6, 2023
2 parents 1fe88ad + ac7532d commit f8f5783
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/API/core/utilities/printf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
.. role:: cppkokkos(code)
:language: cppkokkos

Defined in header ``<Kokkos_Core.hpp>``
.. _KokkosPrintf: https://github.com/kokkos/kokkos/blob/4.2.00/core/src/Kokkos_Printf.hpp

.. |KokkosPrintf| replace:: ``<Kokkos_Printf.hpp>``

Defined in header |KokkosPrintf|_ which is included from ``<Kokkos_Core.hpp>``

.. code-block:: cpp
Expand Down

0 comments on commit f8f5783

Please sign in to comment.