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

Adjusted difference between brief and detailed description of classes

parent d566e90a
No related branches found
No related tags found
1 merge request!97Resolve "Dokumentation vervollständigen"
...@@ -16,7 +16,9 @@ namespace vkcv ...@@ -16,7 +16,9 @@ namespace vkcv
{ {
/** /**
* @brief Class to manage the vulkan resources as an instance, * @brief Class to manage core resources for vulkan callbacks.
*
* The class to manage the vulkan resources as an instance,
* a device, a physical device and a memory allocator. Additionally * a device, a physical device and a memory allocator. Additionally
* instances of this class will hold the feature manager and the * instances of this class will hold the feature manager and the
* queue manager. * queue manager.
......
...@@ -53,8 +53,10 @@ namespace vkcv ...@@ -53,8 +53,10 @@ namespace vkcv
}; };
/** /**
* @brief The class handles the core functionality of the framework with * @brief Class to handle the core functionality of the framework.
* most calls addressing resource management via more simplified abstraction. *
* The class handles the core functionality of the framework with most
* calls addressing resource management via more simplified abstraction.
*/ */
class Core final class Core final
{ {
......
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