]> git.tuebingen.mpg.de Git - paraslash.git/commit
doxygen: Remove some stale doxygen references.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 16 May 2017 21:09:33 +0000 (23:09 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Jun 2017 18:10:57 +0000 (20:10 +0200)
commit99ada213156df87aa7723c48c80d662a54458f09
treeaa56a7b072d80d8cbb5d453251a2a59648e0c3ac
parent9498eb1c15c7e92c50675e7a951c0c0ea73cd93d
doxygen: Remove some stale doxygen references.

When we switched to lopsub, the callback request functions became
unused and were removed. At the same time, all command handlers were
made static, so they are no longer part of the doxygen documentation
and we shouldn't refer to them any more.

Also struct slot_info and the server_uptime variable have been made
private to their respective files audiod and time.c. Tthe latter was
in fact replaced by a timeval struct long ago.

The http and udp receivers don't have an init function any more, and
get_chunk_table_of_row() was removed ten years ago in commit 54a480ae.

Most references of the source code documentation will be annotated
with \ref in a subsequent commit to avoid this kind of documentation
bug in the future.
afs.c
aft.c
audiod.c
daemon.c
recv.h