summaryrefslogtreecommitdiff
path: root/base/range.hh
diff options
context:
space:
mode:
Diffstat (limited to 'base/range.hh')
-rw-r--r--base/range.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/range.hh b/base/range.hh
index 838e143cf..4e3e0fd6e 100644
--- a/base/range.hh
+++ b/base/range.hh
@@ -36,8 +36,10 @@
/**
* @param s range string
* EndExclusive Ranges are in the following format:
+ * @verbatim
* <range> := {<start_val>}:{<end>}
* <start> := <end_val> | +<delta>
+ * @endverbatim
*/
template <class T>
bool __parse_range(const std::string &s, T &start, T &end);