Skip to content

Commit

Permalink
grid: Touch up Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Nov 16, 2020
1 parent 8bb4190 commit e71fdbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/grid/gpu/grid_gpu_task_list.cu
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}

/*******************************************************************************
* \brief Allocates a task list which can be passed to grid_collocate_task_list.
* \brief Allocates a task list for the GPU backend.
* See grid_task_list.h for details.
* \author Ole Schuett
******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/grid/gpu/grid_gpu_task_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ typedef struct {
} grid_gpu_task_list;

/*******************************************************************************
* \brief Allocates a task list which can be passed to grid_collocate_task_list.
* \brief Allocates a task list for the GPU backend.
* See grid_task_list.h for details.
* \author Ole Schuett
******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/grid/ref/grid_ref_task_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "grid_ref_task_list.h"

/*******************************************************************************
* \brief Allocates a task list which can be passed to grid_collocate_task_list.
* \brief Allocates a task list for the reference backend.
* See grid_task_list.h for details.
* \author Ole Schuett
******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/grid/ref/grid_ref_task_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ typedef struct {
} grid_ref_task_list;

/*******************************************************************************
* \brief Allocates a task list which can be passed to grid_collocate_task_list.
* \brief Allocates a task list for the reference backend.
* See grid_task_list.h for details.
* \author Ole Schuett
******************************************************************************/
Expand Down

0 comments on commit e71fdbc

Please sign in to comment.