Browse Source

Merge pull request #5167 from lioncash/doc-memory

memory: Resolve -Wdocumentation warning for Write()
bunnei 5 năm trước cách đây
mục cha
commit
6057dc46e5
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/core/memory.cpp

+ 0 - 2
src/core/memory.cpp

@@ -667,8 +667,6 @@ struct Memory::Impl {
      * @tparam T The data type to write to memory. This type *must* be
      *           trivially copyable, otherwise the behavior of this function
      *           is undefined.
-     *
-     * @returns The instance of T write to the specified virtual address.
      */
     template <typename T>
     void Write(const VAddr vaddr, const T data) {