From e90aa50001b8014497651628666455ab5c12c7b0 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 19 Dec 2000 18:13:34 +0000 Subject: Added proper dependency lists to the gtk-doc mess. 2000-12-19 Federico Mena Quintero Added proper dependency lists to the gtk-doc mess. * calendar/cal-client/Makefile.am (TARGET_DIR): Removed unused variable. (SOURCE_FILES): New variable with the list of source files we depend on. (IGNORED_SOURCE_HEADERS): New variable with the headers we ignore for the gtkdoc-scan phase. (scan_generated): (tmpl_dependencies): (tmpl_sources): (tmpl_generated); (sgml_dependencies): (sgml_generated): Lists of stuff that is generated and that other stuff depends on. (all): Added the $(sgml_generated) as the final target. (install-data-local): Added an installation hook; gtk-doc seems to want some of its generated files to be installed. * calendar/cal-client/evolution-cal-client-sections.txt: Updated. * calendar/cal-util/Makefile.am: Made the same changes as for calendar/cal-client/Makefile.am. * calendar/cal-util/evolution-cal-util-sections.txt: Updated. * Makefile.am (local_entities): Added alarm-generation.sgml. (all): Made the main target be the html/index.html. svn path=/trunk/; revision=7084 --- .../calendar/cal-util/tmpl/cal-component.sgml | 189 ++++++++++------- doc/devel/calendar/cal-util/tmpl/cal-recur.sgml | 52 +---- doc/devel/calendar/cal-util/tmpl/cal-util.sgml | 14 -- .../cal-util/tmpl/evolution-cal-util-unused.sgml | 231 +++++++++++++++++++++ doc/devel/calendar/cal-util/tmpl/timeutil.sgml | 84 -------- 5 files changed, 351 insertions(+), 219 deletions(-) (limited to 'doc/devel/calendar/cal-util/tmpl') diff --git a/doc/devel/calendar/cal-util/tmpl/cal-component.sgml b/doc/devel/calendar/cal-util/tmpl/cal-component.sgml index 56a04b02a0..c429e22a9c 100644 --- a/doc/devel/calendar/cal-util/tmpl/cal-component.sgml +++ b/doc/devel/calendar/cal-util/tmpl/cal-component.sgml @@ -85,7 +85,6 @@ RFC 2445 iCalendar component object. @CAL_COMPONENT_NO_TYPE: Returned from cal_component_get_vtype() to indicate an uninitialized #CalComponent object. - @CAL_COMPONENT_EVENT: Indicates a VEVENT component. @CAL_COMPONENT_TODO: Indicates a VTODO component. @CAL_COMPONENT_JOURNAL: Indicates a VJOURNAL component. @@ -126,11 +125,9 @@ RFC 2445 iCalendar component object. @CAL_COMPONENT_CLASS_NONE: Indicates that no access classification has been set for the corresponding component. - @CAL_COMPONENT_CLASS_PUBLIC: Public access. @CAL_COMPONENT_CLASS_PRIVATE: Private access. @CAL_COMPONENT_CLASS_CONFIDENTIAL: Confidential access. - @CAL_COMPONENT_CLASS_UNKNOWN: Unknown access classification value, used when &libical; returns something #CalComponent does not know about. @@ -148,7 +145,6 @@ RFC 2445 iCalendar component object. @CAL_COMPONENT_PERIOD_DATETIME: Indicates that the period is specified by starting and ending date/time values. - @CAL_COMPONENT_PERIOD_DURATION: Indicates that the period is specified as a starding date/time and a duration value. @@ -175,18 +171,6 @@ RFC 2445 iCalendar component object. @CAL_COMPONENT_TRANSP_OPAQUE: @CAL_COMPONENT_TRANSP_UNKNOWN: - - - - - - - - - - - - @@ -482,6 +466,15 @@ RFC 2445 iCalendar component object. @exdate_list: + + + + + +@comp: +@Returns: + + @@ -491,6 +484,15 @@ RFC 2445 iCalendar component object. @recur_list: + + + + + +@comp: +@recur_list: + + @@ -500,6 +502,24 @@ RFC 2445 iCalendar component object. @recur_list: + + + + + +@comp: +@Returns: + + + + + + + +@comp: +@Returns: + + @@ -608,7 +628,7 @@ RFC 2445 iCalendar component object. @recur_list: - + @@ -617,121 +637,121 @@ RFC 2445 iCalendar component object. @recur_list: - + @comp: -@Returns: +@recur_list: - + @comp: -@sequence: +@Returns: - + @comp: -@sequence: +@Returns: - + @comp: -@summary: +@sequence: - + @comp: -@summary: +@sequence: - + @comp: -@transp: +@status: - + @comp: -@transp: +@status: - + @comp: -@url: +@summary: - + @comp: -@url: +@summary: - + @comp: -@pilot_id: +@transp: - + @comp: -@pilot_id: +@transp: - + @comp: -@pilot_status: +@url: - + @comp: -@pilot_status: +@url: @@ -822,41 +842,62 @@ RFC 2445 iCalendar component object. @text_list: - + + + + + + + + + + + + + + + + + + + -@CAL_COMPONENT_ALARM_NONE: -@CAL_COMPONENT_ALARM_AUDIO: -@CAL_COMPONENT_ALARM_DISPLAY: -@CAL_COMPONENT_ALARM_EMAIL: -@CAL_COMPONENT_ALARM_PROCEDURE: -@CAL_COMPONENT_ALARM_UNKNOWN: +@CAL_ALARM_NONE: +@CAL_ALARM_AUDIO: +@CAL_ALARM_DISPLAY: +@CAL_ALARM_EMAIL: +@CAL_ALARM_PROCEDURE: +@CAL_ALARM_UNKNOWN: - + -@CAL_COMPONENT_ALARM_TRIGGER_RELATIVE: -@CAL_COMPONENT_ALARM_TRIGGER_ABSOLUTE: +@CAL_ALARM_TRIGGER_NONE: +@CAL_ALARM_TRIGGER_RELATIVE_START: +@CAL_ALARM_TRIGGER_RELATIVE_END: +@CAL_ALARM_TRIGGER_ABSOLUTE: - + -@CAL_COMPONENT_ALARM_TRIGGER_RELATED_START: -@CAL_COMPONENT_ALARM_TRIGGER_RELATED_END: - + +@comp: +@Returns: + - + @@ -865,12 +906,13 @@ RFC 2445 iCalendar component object. @Returns: - + @comp: +@auid: @Returns: @@ -882,16 +924,24 @@ RFC 2445 iCalendar component object. @alarm: - + + + + + +@alarms: + + + @alarm: -@action: +@Returns: - + @@ -900,16 +950,16 @@ RFC 2445 iCalendar component object. @action: - + @alarm: -@trigger: +@action: - + @@ -918,17 +968,12 @@ RFC 2445 iCalendar component object. @trigger: - + +@alarm: @trigger: - diff --git a/doc/devel/calendar/cal-util/tmpl/cal-recur.sgml b/doc/devel/calendar/cal-util/tmpl/cal-recur.sgml index 703f8b2b85..092b547809 100644 --- a/doc/devel/calendar/cal-util/tmpl/cal-recur.sgml +++ b/doc/devel/calendar/cal-util/tmpl/cal-recur.sgml @@ -14,37 +14,6 @@ cal-recur - - - - - -@CAL_RECUR_YEARLY: -@CAL_RECUR_MONTHLY: -@CAL_RECUR_WEEKLY: -@CAL_RECUR_DAILY: -@CAL_RECUR_HOURLY: -@CAL_RECUR_MINUTELY: -@CAL_RECUR_SECONDLY: - - - - - - - - - - - - -@year: -@month: -@day: -@hour: -@minute: -@second: - @@ -52,9 +21,11 @@ cal-recur @comp: @instance_start: -@instace_end: +@instance_end: @data: @Returns: + +@instace_end: @@ -69,20 +40,3 @@ cal-recur @cb_data: - - - - - -@ir: -@Returns: - - - - - - - -@r: - - diff --git a/doc/devel/calendar/cal-util/tmpl/cal-util.sgml b/doc/devel/calendar/cal-util/tmpl/cal-util.sgml index bc349a377f..ccd35fac2e 100644 --- a/doc/devel/calendar/cal-util/tmpl/cal-util.sgml +++ b/doc/devel/calendar/cal-util/tmpl/cal-util.sgml @@ -28,20 +28,6 @@ Miscellaneous utilities @list: - - - - - - - - - - - -@list: - - diff --git a/doc/devel/calendar/cal-util/tmpl/evolution-cal-util-unused.sgml b/doc/devel/calendar/cal-util/tmpl/evolution-cal-util-unused.sgml index e69de29bb2..f2c70d526d 100644 --- a/doc/devel/calendar/cal-util/tmpl/evolution-cal-util-unused.sgml +++ b/doc/devel/calendar/cal-util/tmpl/evolution-cal-util-unused.sgml @@ -0,0 +1,231 @@ + + + + + +@CAL_COMPONENT_ALARM_TRIGGER_RELATED_START: +@CAL_COMPONENT_ALARM_TRIGGER_RELATED_END: + + + + + + +@r: + + + + + + +@CAL_RECUR_YEARLY: +@CAL_RECUR_MONTHLY: +@CAL_RECUR_WEEKLY: +@CAL_RECUR_DAILY: +@CAL_RECUR_HOURLY: +@CAL_RECUR_MINUTELY: +@CAL_RECUR_SECONDLY: + + + + + + + + + + + + +@comp: +@pilot_id: + + + + + + +@t: +@Returns: + + + + + + +@trigger: + + + + + + + + + +@t: +@hour: +@Returns: + + + + + + +@str: +@Returns: + + + + + + +@comp: +@pilot_status: + + + + + + +@year: +@month: +@day: +@hour: +@minute: +@second: + + + + + + + + + + + + +@CAL_COMPONENT_ALARM_TRIGGER_RELATIVE: +@CAL_COMPONENT_ALARM_TRIGGER_ABSOLUTE: + + + + + + +@ir: +@Returns: + + + + + + +@list: + + + + + + +@str: +@Returns: + + + + + + +@comp: +@Returns: + + + + + + + + + + + + +@itt: +@Returns: + + + + + + +@comp: +@Returns: + + + + + + +@CAL_COMPONENT_ALARM_NONE: +@CAL_COMPONENT_ALARM_AUDIO: +@CAL_COMPONENT_ALARM_DISPLAY: +@CAL_COMPONENT_ALARM_EMAIL: +@CAL_COMPONENT_ALARM_PROCEDURE: +@CAL_COMPONENT_ALARM_UNKNOWN: + + + + + + +@start: +@duration: +@Returns: + + + + + + +@comp: +@pilot_id: + + + + + + +@secs: +@Returns: + + + + + + +@hour: +@use_am_pm: +@Returns: + + + + + + +@comp: +@pilot_status: + + + + + + +@str: +@Returns: + diff --git a/doc/devel/calendar/cal-util/tmpl/timeutil.sgml b/doc/devel/calendar/cal-util/tmpl/timeutil.sgml index 3b62fbba3f..2b197ad685 100644 --- a/doc/devel/calendar/cal-util/tmpl/timeutil.sgml +++ b/doc/devel/calendar/cal-util/tmpl/timeutil.sgml @@ -14,34 +14,6 @@ timeutil - - - - - -@itt: -@Returns: - - - - - - - -@str: -@Returns: - - - - - - - -@start: -@duration: -@Returns: - - @@ -51,33 +23,6 @@ timeutil @Returns: - - - - - -@t: -@Returns: - - - - - - - -@str: -@Returns: - - - - - - - -@secs: -@Returns: - - @@ -128,16 +73,6 @@ timeutil @Returns: - - - - - -@hour: -@use_am_pm: -@Returns: - - @@ -159,16 +94,6 @@ timeutil @Returns: - - - - - -@t: -@hour: -@Returns: - - @@ -241,15 +166,6 @@ timeutil @Returns: - - - - - -@str: -@Returns: - - -- cgit v1.2.3