Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
197e44a4
Commit
197e44a4
authored
Feb 03, 2021
by
David Jarvie
Browse files
Fix API documentation
parent
a21e8b9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/locale.h
View file @
197e44a4
/*
* locale.h - miscellaneous locale functions
* Program: kalarm
* SPDX-FileCopyrightText: 2004-201
9
David Jarvie <djarvie@kde.org>
* SPDX-FileCopyrightText: 2004-20
2
1 David Jarvie <djarvie@kde.org>
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
...
...
@@ -15,8 +15,8 @@ namespace Locale
/**
* Given a standard KDE day number, return the day number in the week for the
* user's locale.
* @param weekDay
Locale
day number
in week = 0 .. 6
* @return
Standard
day number
= 1 (Mon) .. 7 (Sun)
* @param weekDay
Standard
day number
= 1 (Mon) .. 7 (Sun)
* @return
Locale
day number
in week = 0 .. 6
*/
int
weekDay_to_localeDayInWeek
(
int
weekDay
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment