CopernicaMarketingSoftware / AMQP-CPP

C++ library for asynchronous non-blocking communication with RabbitMQ
Apache License 2.0
864 stars 334 forks source link

Initial implementation for Doxygen support for CMake #521

Open matwey opened 4 months ago

matwey commented 4 months ago

The code is documented using Doxygen syntax, so add a convinient way to generate the HTML docs.

Use as the following:

cmake -DAMQP-CPP_BUILD_DOCS:BOOL=ON
make docs