diff options
author | Sven Gothel <[email protected]> | 2020-10-18 01:56:38 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-10-18 01:56:38 +0200 |
commit | 1a5a5f6de2753f5860e2f1ea6777c7a4703c14a1 (patch) | |
tree | 3d253ddc4286d1474116a33866d86ba11372f0bb /include/jau/jni | |
parent | 10bede8947bfa35886edb931f6ff739ec1e3d6ab (diff) |
jni_mem: API formatting
Diffstat (limited to 'include/jau/jni')
-rw-r--r-- | include/jau/jni/jni_mem.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/jau/jni/jni_mem.hpp b/include/jau/jni/jni_mem.hpp index 31fd662..1bf2f7c 100644 --- a/include/jau/jni/jni_mem.hpp +++ b/include/jau/jni/jni_mem.hpp @@ -118,8 +118,9 @@ public: /* * This class provides a lifetime-managed 'PrimitiveArrayCritical' pinned heap, * which is automatically released when it goes out of scope. - * + * <p> * RAII-style acquire and relinquish via destructor + * </p> */ template <typename T, typename U> class JNICriticalArray { |