summaryrefslogtreecommitdiff
path: root/daemons/gptp/linux/src/linux_hal_intelce.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/gptp/linux/src/linux_hal_intelce.hpp')
-rw-r--r--daemons/gptp/linux/src/linux_hal_intelce.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/daemons/gptp/linux/src/linux_hal_intelce.hpp b/daemons/gptp/linux/src/linux_hal_intelce.hpp
index c09d01ef..c6e1e31b 100644
--- a/daemons/gptp/linux/src/linux_hal_intelce.hpp
+++ b/daemons/gptp/linux/src/linux_hal_intelce.hpp
@@ -40,7 +40,7 @@
/**@file*/
/**
- * Extends the LinuxTimestamper to IntelCE cards
+ * @brief Extends the LinuxTimestamper to IntelCE cards
*/
class LinuxTimestamperIntelCE : public LinuxTimestamper {
private:
@@ -99,13 +99,13 @@ public:
bool post_init( int ifindex, int sd, TicketingLock *lock );
/**
- * Destroys timestamper
+ * @brief Destroys timestamper
*/
virtual ~LinuxTimestamperIntelCE() {
}
/**
- * Default constructor. Initialize some internal variables
+ * @brief Default constructor. Initialize some internal variables
*/
LinuxTimestamperIntelCE() {
last_tx_time = 0;