Skip to content

Commit

Permalink
charger: doc: Fix doxygen docstrings in charger header
Browse files Browse the repository at this point in the history
Fixed a couple of improperly formatted Javadoc docstrings.
Added @file tag.

Signed-off-by: Benjamin Cabé <[email protected]>
  • Loading branch information
kartben authored and nashif committed Nov 8, 2023
1 parent ec202d8 commit 73a106c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions include/zephyr/drivers/charger.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
* SPDX-License-Identifier: Apache-2.0
*/

/**
* @file
* @brief Charger APIs
*/

#ifndef ZEPHYR_INCLUDE_DRIVERS_CHARGER_H_
#define ZEPHYR_INCLUDE_DRIVERS_CHARGER_H_

Expand Down Expand Up @@ -106,7 +111,7 @@ enum charger_charge_type {
CHARGER_CHARGE_TYPE_UNKNOWN = 0,
/** Charging is not occurring */
CHARGER_CHARGE_TYPE_NONE,
/*
/**
* Charging is occurring at the slowest desired charge rate,
* typically for battery detection or preconditioning
*/
Expand Down Expand Up @@ -145,7 +150,7 @@ enum charger_health {
CHARGER_HEALTH_OVERHEAT,
/** The battery voltage has exceeded its overvoltage threshold */
CHARGER_HEALTH_OVERVOLTAGE,
/*
/**
* The battery or charger device is experiencing an unspecified
* failure.
*/
Expand Down

0 comments on commit 73a106c

Please sign in to comment.