This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git
The following commit(s) were added to refs/heads/main by this push:
new 8bea08e doc: Remove stale notes (#204)
8bea08e is described below
commit 8bea08ed17e5c46d642597e147ed1daa37ccb6da
Author: Junru Shao <[email protected]>
AuthorDate: Wed Oct 29 16:08:17 2025 -0700
doc: Remove stale notes (#204)
There was a note in `TVM_FFI_DLL_EXPORT_TYPED_FUNC` saying:
```
\note ExportName and Function must be different
```
which has been stale for a while. The system doesn't have the constraint
as of today. This PR removes this line.
---
include/tvm/ffi/function.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/tvm/ffi/function.h b/include/tvm/ffi/function.h
index 24155e3..8ef3f23 100644
--- a/include/tvm/ffi/function.h
+++ b/include/tvm/ffi/function.h
@@ -845,8 +845,6 @@ inline int32_t TypeKeyToIndex(std::string_view type_key) {
*
* \param ExportName The symbol name to be exported.
* \param Function The typed function.
- * \note ExportName and Function must be different,
- * see code examples below.
*
* \sa ffi::TypedFunction
*