doxygen warns on missing annotations for the parameters

Change-Id: I3008c622179a417b9ab2076b2284be5ff296448e
Reviewed-on: https://gerrit.libreoffice.org/79467
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Tomoyuki Kubota 2019-09-25 00:12:09 +09:00 committed by Noel Grandin
parent 1a13394cdd
commit bd776896c2
2 changed files with 14 additions and 2 deletions

View File

@ -33,14 +33,16 @@ module com { module sun { module star { module document {
interface XShapeEventBroadcaster : com::sun::star::document::XEventBroadcaster
{
/** registers the given listener
@param Shape
the shape to be listened
@param Listener
listener which is interested on such events
*/
void addShapeEventListener( [in] com::sun::star::drawing::XShape Shape, [in] XShapeEventListener Listener );
/** unregisters the given listener
@param Shape
the shape with the listener to be removed
@param Listener
listener which isn't interested on such events any longer
*/

View File

@ -51,6 +51,8 @@ interface XCalendar4 : com::sun::star::i18n::XCalendar3
/** Load the default calendar for the given locale with a given time zone.
@param rLocale
the locale for the calendar
@param TimeZone
If empty, the system's time zone is used.
Else specified as "Region/City" name like "Europe/Berlin",
@ -62,6 +64,14 @@ interface XCalendar4 : com::sun::star::i18n::XCalendar3
/** Load a specific calendar for the given locale with a given time zone.
@param uniqueID
the uniqueID for the calendar.
As of 2019-09-25, we can specify ROC, dangi, buddhist, gengou,
gregorian, hanja, hanja_yoil, hijri, jewish.
If the calendar for the specified uniqueID is not found,
gregorian is used.
@param rLocale
the locale for the calendar
@param TimeZone
If empty, the system's time zone is used.
Else specified as "Region/City" name like "Europe/Berlin",