Skip to content

Commit d2869b8

Browse files
committed
Document DLL loading dummy function
1 parent 93bbb13 commit d2869b8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

source/pbat/DoctestLoadDLL.h

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
1+
/**
2+
* @file DoctestLoadDLL.h
3+
* @author Quoc-Minh Ton-That ([email protected])
4+
* @brief No-op function to force load PhysicsBasedAnimationToolkit DLL
5+
* @date 2025-02-11
6+
*
7+
* @copyright Copyright (c) 2025
8+
*
9+
*/
10+
111
#ifndef PBAT_DOCTEST_LOAD_DLL_H
212
#define PBAT_DOCTEST_LOAD_DLL_H
313

414
#include "PhysicsBasedAnimationToolkitExport.h"
515

616
namespace pbat {
717

18+
/**
19+
* @brief No-op function to force load PhysicsBasedAnimationToolkit DLL
20+
*/
821
PBAT_API void ForceLoadDLL();
922

10-
} // namespace pba
23+
} // namespace pbat
1124

1225
#endif // PBAT_DOCTEST_LOAD_DLL_H

0 commit comments

Comments
 (0)