diff --git a/lib/node_modules/@stdlib/blas/base/ddot/src/ddot.c b/lib/node_modules/@stdlib/blas/base/ddot/src/ddot.c
index 6fe98382014..755f64d2be5 100644
--- a/lib/node_modules/@stdlib/blas/base/ddot/src/ddot.c
+++ b/lib/node_modules/@stdlib/blas/base/ddot/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/lib/node_modules/@stdlib/blas/base/ddot/src/ddot_f.c b/lib/node_modules/@stdlib/blas/base/ddot/src/ddot_f.c
index 9895614879b..8a80f1ad229 100644
--- a/lib/node_modules/@stdlib/blas/base/ddot/src/ddot_f.c
+++ b/lib/node_modules/@stdlib/blas/base/ddot/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"