launchdarkly / cpp-sdks

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

docs: improve Doxygen rendering on C bindings #405

Closed cwaldren-ld closed 2 months ago

cwaldren-ld commented 2 months ago

When LD_EXPORT appears on the same line as the function name, Doxygen doesn't render the function name nicely and it's confusing.

This fixes a bunch of instances that I found in the C bindings.