apiaryio / drafter

API Blueprint Parser (C++)
https://apiblueprint.org/
MIT License
301 stars 54 forks source link

Declassify internal APIs as deprecated #731

Closed kylef closed 5 years ago

kylef commented 5 years ago

The APIs of snowcrash are no longer public facing and thus deprecation warnings at build time is not necessary (-Wdeprecations).

I believe the whole structure is deprecated internally, not sure that having DEPRECATION on these specific properties adds any value.