]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.c
When grabbing addresses for the address book popup, return
[citadel.git] / webcit / roomops.c
index d8a3d7c5f0eaaacc1a78e7497618478989f8fe7d..788b8cfe1a01ce9d58238adf0b91b8fff8522b4c 100644 (file)
@@ -737,10 +737,8 @@ void embed_room_banner(char *got, int navbar_style) {
 }
 
 
-/**
- * \brief back end routine to take the session to a new room
- * \param gname room to go to
- *
+/*
+ * back end routine to take the session to a new room
  */
 int gotoroom(char *gname)
 {
@@ -748,7 +746,7 @@ int gotoroom(char *gname)
        static long ls = (-1L);
        int err = 0;
 
-       /** store ungoto information */
+       /* store ungoto information */
        strcpy(WC->ugname, WC->wc_roomname);
        WC->uglsn = ls;