add doxygen
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#include <memory>
|
||||
#include "ifaces/ILink.h"
|
||||
|
||||
/// \brief Интерфейс для классов, поддерживающих связь с дочерними элементами через ILink.
|
||||
/// \tparam TElem Тип дочернего элемента.
|
||||
template <class TElem>
|
||||
class ILinkMixin {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user