Skip to content

Commit

Permalink
Merge pull request #3459 from nextcloud/fix/3410/jsdoc
Browse files Browse the repository at this point in the history
Fix jsdoc/tag-lines
  • Loading branch information
st3iny authored Sep 8, 2021
2 parents c39443c + 0015d64 commit b12b1d5
Show file tree
Hide file tree
Showing 82 changed files with 262 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dashboard.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2020 Julius Härtl <jus@bitgrid.net>
*
* @author Julius Härtl <jus@bitgrid.net>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

import Vue from 'vue'
Expand Down
2 changes: 2 additions & 0 deletions src/defaults/defaultAlarmProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Calendar App
*
* @copyright 2019 Georg Ehrke <oc.list@georgehrke.com>
*
* @author Georg Ehrke
*
* This library is free software; you can redistribute it and/or
Expand All @@ -16,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/

/**
Expand Down
2 changes: 2 additions & 0 deletions src/defaults/defaultCategories.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Calendar App
*
* @copyright 2019 Georg Ehrke <oc.list@georgehrke.com>
*
* @author Georg Ehrke
*
* This library is free software; you can redistribute it and/or
Expand All @@ -16,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
import { translate as t } from '@nextcloud/l10n'

Expand Down
3 changes: 3 additions & 0 deletions src/directives/autosize.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2020 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import autosize from 'autosize'
import debounce from 'debounce'
Expand Down
3 changes: 3 additions & 0 deletions src/directives/focus.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2020 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

export default {
Expand Down
3 changes: 3 additions & 0 deletions src/directives/linkify.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
* Nextcloud - Tasks
*
* @author Raimund Schlüßler
*
* @copyright 2019 Raimund Schlüßler <raimund.schluessler@mailbox.org>
*
* @license AGPL-3.0-or-later
*
* This library is free software; you can redistribute it and/or
Expand All @@ -17,6 +19,7 @@
*
* You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
import linkifyStr from 'linkifyjs/string'

Expand Down
3 changes: 3 additions & 0 deletions src/filters/alarmFormat.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

import { translate as t, translatePlural as n } from '@nextcloud/l10n'
Expand Down
3 changes: 3 additions & 0 deletions src/filters/dateFormat.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import moment from '@nextcloud/moment'

Expand Down
3 changes: 3 additions & 0 deletions src/filters/dateRangeFormat.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import moment from '@nextcloud/moment'
import { translate as t } from '@nextcloud/l10n'
Expand Down
3 changes: 3 additions & 0 deletions src/filters/recurrenceRuleFormat.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import { translate as t, translatePlural as n, getDayNames, getMonthNames } from '@nextcloud/l10n'
import moment from '@nextcloud/moment'
Expand Down
3 changes: 3 additions & 0 deletions src/fullcalendar/duration.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import { DurationValue } from '@nextcloud/calendar-js'

Expand Down
3 changes: 3 additions & 0 deletions src/fullcalendar/eventSources/eventSource.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import {
generateTextColorForHex,
Expand Down
3 changes: 3 additions & 0 deletions src/fullcalendar/eventSources/eventSourceFunction.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import { translate as t } from '@nextcloud/l10n'
import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @author 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import getTimezoneManager from '../../services/timezoneDataProviderService.js'
import { createFreeBusyRequest, getParserManager, AttendeeProperty, DateTimeValue } from '@nextcloud/calendar-js'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

/**
Expand Down
3 changes: 3 additions & 0 deletions src/fullcalendar/eventSources/freeBusyResourceEventSource.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import getTimezoneManager from '../../services/timezoneDataProviderService.js'
import { createFreeBusyRequest, AttendeeProperty, DateTimeValue } from '@nextcloud/calendar-js'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

import { getColorForFBType } from '../../utils/freebusy.js'
Expand Down
3 changes: 3 additions & 0 deletions src/fullcalendar/interaction/eventAllow.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

/**
Expand Down
3 changes: 3 additions & 0 deletions src/fullcalendar/interaction/eventClick.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import {
getPrefixedRoute,
Expand Down
3 changes: 3 additions & 0 deletions src/fullcalendar/interaction/eventDrop.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import { getDurationValueFromFullCalendarDuration } from '../duration'
import getTimezoneManager from '../../services/timezoneDataProviderService'
Expand Down
3 changes: 3 additions & 0 deletions src/fullcalendar/interaction/eventResize.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import { getDurationValueFromFullCalendarDuration } from '../duration'
import { getObjectAtRecurrenceId } from '../../utils/calendarObject.js'
Expand Down
3 changes: 3 additions & 0 deletions src/fullcalendar/interaction/navLinkDayClick.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import { getYYYYMMDDFromDate } from '../../utils/date.js'

Expand Down
3 changes: 3 additions & 0 deletions src/fullcalendar/interaction/navLinkWeekClick.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* @copyright Copyright (c) 2019 Georg Ehrke
*
* @author Georg Ehrke <oc.list@georgehrke.com>
*
* @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
Expand All @@ -15,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import { getYYYYMMDDFromDate } from '../../utils/date.js'

Expand Down
Loading

0 comments on commit b12b1d5

Please sign in to comment.