From e068f34784f285909c0c93d123a604d76bb244a9 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 14 Oct 2008 02:27:40 +0000 Subject: [PATCH] Cleaned up some of the comments ... removed vestiges of last year's doxygen experiment --- webcit/event.c | 50 ++++++++++++++++----------------- webcit/rss.c | 23 ++++++--------- webcit/serv_func.c | 18 ++++++------ webcit/siteconfig.c | 5 ++-- webcit/snprintf.c | 37 ++++++++++-------------- webcit/sysmsgs.c | 26 +++++++---------- webcit/tcp_sockets.c | 67 ++++++++++++++++++++------------------------ webcit/useredit.c | 39 +++++++++++--------------- webcit/userlist.c | 18 ++++-------- webcit/vcard_edit.c | 18 ++++-------- 10 files changed, 127 insertions(+), 174 deletions(-) diff --git a/webcit/event.c b/webcit/event.c index 64ea22707..2bbf91f62 100644 --- a/webcit/event.c +++ b/webcit/event.c @@ -253,7 +253,7 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, } wprintf(""); - /** + /* * For a new event, the user creating the event should be the * organizer. Set this field accordingly. */ @@ -265,7 +265,7 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, ); } - /** + /* * Determine who is the organizer of this event. * We need to determine "me" or "not me." */ @@ -293,7 +293,7 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, wprintf("\n"); } - /** + /* * Transmit the organizer as a hidden field. We don't want the user * to be able to change it, but we do want it fed back to the server, * especially if this is a new event and there is no organizer already @@ -305,14 +305,14 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, wprintf("\n"); - /** Transparency */ + /* Transparency */ wprintf(""); wprintf(_("Show time as:")); wprintf(""); p = icalcomponent_get_first_property(vevent, ICAL_TRANSP_PROPERTY); if (p == NULL) { - /** No transparency found. Default to opaque (busy). */ + /* No transparency found. Default to opaque (busy). */ p = icalproperty_new_transp(ICAL_TRANSP_OPAQUE); if (p != NULL) { icalcomponent_add_property(vevent, p); @@ -341,7 +341,7 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, wprintf("\n"); - /** Done with properties. */ + /* Done with properties. */ wprintf("\n"); end_tab(0, 3); @@ -356,7 +356,7 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, wprintf(_("(One per line)")); wprintf("\n"); - /** Pop open an address book -- begin **/ + /* Pop open an address book -- begin */ wprintf( " " @@ -365,7 +365,7 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, _("Attendees"), _("Contacts") ); - /* Pop open an address book -- end **/ + /* Pop open an address book -- end */ wprintf("" "