X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FEnumerate.h;h=94bcecefbd647273a059ee2418a524a162fd44ac;hb=5480083584caaf6942ce289e1a66d32219b854b9;hp=28681487f83b7e28187db24b9f808cd7cf266188;hpb=1d2f2dcf9d7b52cbfea7260e7e4da8743bf5fc4b;p=folly.git diff --git a/folly/Enumerate.h b/folly/Enumerate.h index 28681487..94bcecef 100644 --- a/folly/Enumerate.h +++ b/folly/Enumerate.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 Facebook, Inc. + * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ #include -/* +/** * 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.