summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-16 12:05:17 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-16 12:05:17 -0400
commit6a2057a9f2deed5ce1a5a134566301d2e1ceb27b (patch)
treeeb297728f13f9561ea975d3e4e64e06fe5f9f4d3 /src/app
parent18ea8855f2c8246f76afa8cb6f30655d8872e338 (diff)
downloadtor-6a2057a9f2deed5ce1a5a134566301d2e1ceb27b.tar.gz
tor-6a2057a9f2deed5ce1a5a134566301d2e1ceb27b.zip
or_options_st.h: repair some doxygen comments.
Diffstat (limited to 'src/app')
-rw-r--r--src/app/config/or_options_st.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/config/or_options_st.h b/src/app/config/or_options_st.h
index 32dcd9fb18..ca2d5de2f2 100644
--- a/src/app/config/or_options_st.h
+++ b/src/app/config/or_options_st.h
@@ -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 */