diff options
author | Peter Powell <petpow@saberuk.com> | 2019-01-24 17:15:13 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-01-24 17:15:13 +0000 |
commit | 3b39a88fdf6726dc60e0474ada3b6bc5d16f3c23 (patch) | |
tree | 55eecfb90c2db35c84841bda0cbcbf5ce24537d9 /include/listmode.h | |
parent | d5b50d9ed107d6a8b9241a831c1dae713963b524 (diff) |
Fix a minor Doxygen warning.
Diffstat (limited to 'include/listmode.h')
-rw-r--r-- | include/listmode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/listmode.h b/include/listmode.h index febef0bd2..66c3b8446 100644 --- a/include/listmode.h +++ b/include/listmode.h @@ -99,7 +99,7 @@ class CoreExport ListModeBase : public ModeHandler */ bool tidy; - /** Limits on a per-channel basis read from the <listmode> + /** Limits on a per-channel basis read from the \<listmode> * config tag. */ limitlist chanlimits; |