diff --git a/epicardium/epicardium.h b/epicardium/epicardium.h
index 11c97c6c324276d9565e317d662a1750bd0caa7b..5faabe716126eaa3b090c0ab87b2c439c31377d7 100644
--- a/epicardium/epicardium.h
+++ b/epicardium/epicardium.h
@@ -699,7 +699,6 @@ struct bme680_sensor_data {
 /**
  * Initialize the BM680 sensor.
  *
- * :param data: Where to store the environmental data.
  * :return: 0 on success or ``-Exxx`` on error.  The following
  *     errors might occur:
  *
@@ -713,7 +712,6 @@ API(API_BME680_INIT, int epic_bme680_init());
 /**
  * De-Initialize the BM680 sensor.
  *
- * :param data: Where to store the environmental data.
  * :return: 0 on success or ``-Exxx`` on error.  The following
  *     errors might occur:
  *