docs(src): add examples alias and general cleanup (#2763)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @file tests/test_audio.cpp
|
||||
* @file tests/unit/test_audio.cpp
|
||||
* @brief Test src/audio.*.
|
||||
*/
|
||||
#include <bitset>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @file tests/test_file_handler.cpp
|
||||
* @file tests/unit/test_file_handler.cpp
|
||||
* @brief Test src/file_handler.*.
|
||||
*/
|
||||
#include <src/file_handler.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @file tests/test_httpcommon.cpp
|
||||
* @file tests/unit/test_httpcommon.cpp
|
||||
* @brief Test src/httpcommon.*.
|
||||
*/
|
||||
#include <src/httpcommon.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @file tests/test_logging.cpp
|
||||
* @file tests/unit/test_logging.cpp
|
||||
* @brief Test src/logging.*.
|
||||
*/
|
||||
#include <fstream>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @file tests/test_video.cpp
|
||||
* @file tests/unit/test_video.cpp
|
||||
* @brief Test src/video.*.
|
||||
*/
|
||||
#include <src/video.h>
|
||||
|
||||
Reference in New Issue
Block a user