Skip to content

Commit

Permalink
Final fix for Doxygen
Browse files Browse the repository at this point in the history
Missing a single "!" caused the build to fail.
  • Loading branch information
Arnd authored and Arnd committed Sep 28, 2020
1 parent 8cd58e9 commit 90a4c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DS3231M.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class DateTime {
ss; ///< Seconds
}; // of class DateTime definition

/*
/*!
@brief Simple general-purpose TimeSpan
@details Timespan class which can represent changes in time with seconds accuracy. Copied from
RTClib. For further infos see **
Expand Down

0 comments on commit 90a4c48

Please sign in to comment.