nlohmann / json

JSON for Modern C++
https://json.nlohmann.me
MIT License
41.33k stars 6.58k forks source link

Fix source highlighting in user defined type macros docs #4169

Closed ZeronSix closed 9 months ago

ZeronSix commented 9 months ago

This pull request fixes source highlighting in the documentation for the NLOHMANN_DEFINE_TYPE_... macros. It seems to be off by one line.

Before

image

After

image


Pull request checklist

Read the Contribution Guidelines for detailed information.

Please don't

nlohmann commented 9 months ago

Thanks!