trendrr/strest-server

comments in strest doc parsed incorrectly

dustismo opened this issue · 0 comments

Need to ignore commented out lines when parsing the annotation.

(
route = "/v4/tv/chart/daily",
access = {"tv", "tvcharts"}
// cacheTimeout = 60*30
)

incorrectly assigns:

access = 60*30