Added folly::hint_emplace_iterator to folly/Iterator.h
[folly.git] / folly / Enumerate.h
index 9efecfd2b83b5e422663bc2b81ba6ee7b10b8fdb..94bcecefbd647273a059ee2418a524a162fd44ac 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <folly/portability/SysTypes.h>
 
-/*
+/**
  * Similar to Python's enumerate(), folly::enumerate() can be used to
  * iterate a range with a for-range loop, and it also allows to
  * retrieve the count of iterations so far.