From da6eecd03111660ae12221265986ba4b10b155dd Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Wed, 4 Mar 2015 10:15:16 +0100 Subject: remove Doxygen API Documentation from repository. This removes around 14MB and can get easily generate locally by doxygen util/Doxyfile when needed. Restructured .gitignore a bit and some additions like zotshrc, etc. Fixed a typo in doc/main.bb --- doc/html/include_2chat_8php.html | 338 --------------------------------------- 1 file changed, 338 deletions(-) delete mode 100644 doc/html/include_2chat_8php.html (limited to 'doc/html/include_2chat_8php.html') diff --git a/doc/html/include_2chat_8php.html b/doc/html/include_2chat_8php.html deleted file mode 100644 index cadccebf3..000000000 --- a/doc/html/include_2chat_8php.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - - -The Red Matrix: include/chat.php File Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
The Red Matrix -
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
chat.php File Reference
-
-
- - - - - - - - - - - - - - - - -

-Functions

 chatroom_create ($channel, $arr)
 
 chatroom_destroy ($channel, $arr)
 
 chatroom_enter ($observer_xchan, $room_id, $status, $client)
 
 chatroom_leave ($observer_xchan, $room_id, $client)
 
 chatroom_list ($uid)
 
 chatroom_list_count ($uid)
 
 chat_message ($uid, $room_id, $xchan, $text)
 
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
chat_message ( $uid,
 $room_id,
 $xchan,
 $text 
)
-
-

create a chat message via API. It is the caller's responsibility to enter the room.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
chatroom_create ( $channel,
 $arr 
)
-
- -

Referenced by chat_post().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
chatroom_destroy ( $channel,
 $arr 
)
-
- -

Referenced by chat_post().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
chatroom_enter ( $observer_xchan,
 $room_id,
 $status,
 $client 
)
-
- -

Referenced by chat_content().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
chatroom_leave ( $observer_xchan,
 $room_id,
 $client 
)
-
- -

Referenced by chat_content().

- -
-
- -
-
- - - - - - - - -
chatroom_list ( $uid)
-
- -

Referenced by widget_chatroom_list().

- -
-
- -
-
- - - - - - - - -
chatroom_list_count ( $uid)
-
- -

Referenced by nav().

- -
-
-
-
- -- cgit v1.2.3