Skip to content

Commit

Permalink
fixing \brief statements for doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
kab163 committed Oct 7, 2024
1 parent 2485131 commit 4b6a0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/umpire/alloc/SyclMallocAllocator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace alloc {
*/
struct SyclMallocAllocator {
/*!
* \Brief Allocate bytes of memory using SYCL malloc
* \brief Allocate bytes of memory using SYCL malloc
*
* \param size Number of bytes to allocate.
* \param queue_t SYCL queue for providing information on device and context
Expand Down
2 changes: 1 addition & 1 deletion src/umpire/alloc/SyclPinnedAllocator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace alloc {
*/
struct SyclPinnedAllocator {
/*!
* \Brief Allocate bytes of memory using SYCL malloc_host
* \brief Allocate bytes of memory using SYCL malloc_host
*
* \param size Number of bytes to allocate.
* \param queue_t SYCL queue for providing information on device and context
Expand Down

0 comments on commit 4b6a0a1

Please sign in to comment.