Skip to content
Snippets Groups Projects
Verified Commit 33e7642c authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#96] Completed doxygen file comments

parent ae2b37a2
No related branches found
No related tags found
1 merge request!97Resolve "Dokumentation vervollständigen"
Pipeline #27566 passed
...@@ -9,8 +9,16 @@ ...@@ -9,8 +9,16 @@
namespace vkcv { namespace vkcv {
/**
* Generate a new temporary file path and return it.
* @return A unique path for a temporary file
*/
std::filesystem::path generateTemporaryFilePath(); std::filesystem::path generateTemporaryFilePath();
/**
* Generate a new temporary directory path and return it.
* @return A unique path for a temporary directory
*/
std::filesystem::path generateTemporaryDirectoryPath(); std::filesystem::path generateTemporaryDirectoryPath();
} }
#pragma once #pragma once
/** /**
* @authors Tobias Frisch * @authors Tobias Frisch
* @file vkcv/Logging.hpp * @file vkcv/Logger.hpp
* @brief Logging macro function to print line of code specific information. * @brief Logging macro function to print line of code specific information.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment