lcm-proj / lcm

Lightweight Communications and Marshalling
GNU Lesser General Public License v2.1
980 stars 388 forks source link

Add LCM_CXX_11_ENABLED to doxygen compiler flags. #325

Closed drmoose closed 4 years ago

drmoose commented 4 years ago

The official docs for the LCM class (C++) omit the c++11 overload of .subscribe().

This PR asks that the LCM_CXX_11_ENABLED preprocessor directive be set in the doxyfile so that this overload appears in the generated API documentation.