diff --git a/src/ddot.c b/src/ddot.c
index 6fe9838..755f64d 100644
--- a/src/ddot.c
+++ b/src/ddot.c
@@ -16,11 +16,6 @@
* limitations under the License.
*/
-/**
- * Compute the dot product of two double-precision floating-point vectors.
- *
- * @see ddot
- */
#include "stdlib/blas/base/ddot.h"
#include "stdlib/blas/base/shared.h"
diff --git a/src/ddot_f.c b/src/ddot_f.c
index 9895614..8a80f1a 100644
--- a/src/ddot_f.c
+++ b/src/ddot_f.c
@@ -16,11 +16,6 @@
* limitations under the License.
*/
-/**
- * Compute the dot product of two double-precision floating-point vectors.
- *
- * @see ddot
- */
#include "stdlib/blas/base/ddot.h"
#include "stdlib/blas/base/ddot_fortran.h"
#include "stdlib/blas/base/shared.h"