Files @ 4eeeb8465232
Branch filter:

Location: libtransport.git/docs/api/CMakeLists.txt

Jan Kaluza
Show away users when joining the room. This is not finished yet, polling has to be implemented to refresh the list of away users
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile @ONLY)
add_custom_target(docs doxygen ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMENT "Generating API documentation with Doxygen" VERBATIM)