]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
or_options_st.h: repair some doxygen comments.
authorNick Mathewson <nickm@torproject.org>
Wed, 16 Oct 2019 16:05:17 +0000 (12:05 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 Oct 2019 16:05:17 +0000 (12:05 -0400)
src/app/config/or_options_st.h

index 32dcd9fb18352b2cd4b1b3ea6034ec93516c784d..ca2d5de2f25ae0b076429bcee4961beec37d8e42 100644 (file)
@@ -854,7 +854,7 @@ struct or_options_t {
    * to make this false. */
   int ReloadTorrcOnSIGHUP;
 
-  /* The main parameter for picking circuits within a connection.
+  /** The main parameter for picking circuits within a connection.
    *
    * If this value is positive, when picking a cell to relay on a connection,
    * we always relay from the circuit whose weighted cell count is lowest.
@@ -1050,7 +1050,7 @@ struct or_options_t {
   /** The list of scheduler type string ordered by priority that is first one
    * has to be tried first. Default: KIST,KISTLite,Vanilla */
   struct smartlist_t *Schedulers;
-  /* An ordered list of scheduler_types mapped from Schedulers. */
+  /** An ordered list of scheduler_types mapped from Schedulers. */
   struct smartlist_t *SchedulerTypes_;
 
   /** List of files that were opened by %include in torrc and torrc-defaults */