From d87484faad9f8a8d06def6225e41aa14c5ea5cd1 Mon Sep 17 00:00:00 2001 From: ljcarlin Date: Thu, 26 Oct 2023 11:58:56 +0200 Subject: [PATCH] Remove redundant doxygen reference --- src/p4est_vtk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p4est_vtk.h b/src/p4est_vtk.h index 9a7d05110..ad73a3087 100644 --- a/src/p4est_vtk.h +++ b/src/p4est_vtk.h @@ -89,7 +89,7 @@ p4est_vtk_context_t *p4est_vtk_context_new (p4est_t * p4est, * \param [in,out] cont The context is modified. * It must not yet have been used to start writing * in \ref p4est_vtk_write_header. - * \param geom A \ref p4est_geometry_t structure, or NULL for vertex space. + * \param geom A p4est_geometry_t structure, or NULL for vertex space. * If NULL, \b p4est->connectivity->vertices and * \b tree_to_vertex must be non-NULL. */