Fix all of the doxygen warnings not pertaining to missing documentation.

svn:r17727
This commit is contained in:
Nick Mathewson
2008-12-22 14:56:16 +00:00
parent df89748388
commit 55348884b5
11 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -1157,7 +1157,7 @@ networkstatus_compute_consensus(smartlist_t *votes,
/** Given a consensus vote <b>target</b> and a set of detached signatures in
* <b>sigs</b> that correspond to the same consensus, check whether there are
* any new signatures in <b>src_voter_list</b> that should be added to
* <b>target. (A signature should be added if we have no signature for that
* <b>target</b>. (A signature should be added if we have no signature for that
* voter in <b>target</b> yet, or if we have no verifiable signature and the
* new signature is verifiable.) Return the number of signatures added or
* changed, or -1 if the document signed by <b>sigs</b> isn't the same