diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-22 14:56:28 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-22 14:56:28 +0000 |
commit | 1725c0c8a50cb4de34157aee720af6753821f80c (patch) | |
tree | ff61e0f1234abc1a087456869a929d8a88d19463 /src/or/routerlist.c | |
parent | ef1be06de6d47daea90f8fccf9d627d083d4c071 (diff) | |
download | tor-1725c0c8a50cb4de34157aee720af6753821f80c.tar.gz tor-1725c0c8a50cb4de34157aee720af6753821f80c.zip |
Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen.
svn:r17729
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 427356422f..020061925b 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -549,6 +549,7 @@ router_should_rebuild_store(desc_store_t *store) return store->journal_len > (1<<15); } +/* DOCDOC desc_get_store */ static INLINE desc_store_t * desc_get_store(routerlist_t *rl, signed_descriptor_t *sd) { @@ -2465,6 +2466,7 @@ dump_routerlist_mem_usage(int severity) #endif } +/* DOCDOC _routerlist_find_elt */ static INLINE int _routerlist_find_elt(smartlist_t *sl, void *ri, int idx) { @@ -4368,6 +4370,7 @@ get_dir_info_status_string(void) return dir_info_status; } +/* DOCDOC count_usable_descriptors */ static void count_usable_descriptors(int *num_present, int *num_usable, const networkstatus_t *consensus, |