From 414b21c497186194ed77b14edcc76c8aac66ecc4 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Fri, 14 Dec 2018 18:59:17 -0500 Subject: [PATCH] docs/user: Fix description of bigtime_t. --- docs/user/support/SupportDefs.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/support/SupportDefs.dox b/docs/user/support/SupportDefs.dox index 2592a14231..792c2255be 100644 --- a/docs/user/support/SupportDefs.dox +++ b/docs/user/support/SupportDefs.dox @@ -211,7 +211,7 @@ /*! \typedef typedef int64 bigtime_t - \brief Represents time. The unit depends on the context of the function. + \brief Represents time in microseconds. \since BeOS R3 */