summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-09-13 17:17:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-09-13 19:22:20 +0200
commit5e192fab19e1f51a704a0c690af5343d43b8e724 (patch)
tree5a0131cb9dd7133df0a58cb7c7cda1c5b9799670 /include/osl
parent9bad5be0ffdcdee92d40162b598ed2ab2815e5d5 (diff)
Turn this into a doxygen comment
Change-Id: Icd310f663bcb83947c3ad40e3243bd8e37b4872e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139869 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/time.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/osl/time.h b/include/osl/time.h
index a906a15bfe8a..f2f5b7a4f8ed 100644
--- a/include/osl/time.h
+++ b/include/osl/time.h
@@ -39,9 +39,10 @@
# pragma pack(push, 8)
#endif
-/* Time since Jan-01-1970
+/** Time since Jan-01-1970
- TODO: sal_uInt32 TimeValue::Seconds is only large enough for representing dates until year 2106.
+ @warning sal_uInt32 TimeValue::Seconds is only large enough for representing dates until year
+ 2106.
*/
#if defined LIBO_INTERNAL_ONLY && defined __cplusplus