Newline needed after \file command.

https://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdfile
This commit is contained in:
Allison Vacanti 2018-06-27 13:59:07 -04:00
parent a8305bad51
commit 6db40ae496

@ -19,7 +19,9 @@
//============================================================================
#ifndef vtk_m_exec_CellMeasure_h
#define vtk_m_exec_CellMeasure_h
/*!\file Functions that provide integral measures over cells. */
/*!\file
* Functions that provide integral measures over cells.
*/
#include "vtkm/CellShape.h"
#include "vtkm/CellTraits.h"