launchdarkly / cpp-sdks

C++ Client/Server SDKs
Other
5 stars 2 forks source link

docs: fix a bunch of broken Doxygen links #351

Closed cwaldren-ld closed 8 months ago

cwaldren-ld commented 8 months ago

Doxygen has issues when we've got an LD_EXPORT on the same line as the function name.

I fixed a bunch of those, and then also update a bunch of doc references to use autogenerated links. More work can be done on an as-needed basis.