Skip to content

Commit 024c5db

Browse files
authored
Add package level javadoc (#12422)
javadoc for the entire package
1 parent dd6caa3 commit 024c5db

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/** Annotations used by ExecuTorch Android Java/JNI package. */
2+
package org.pytorch.executorch.annotations;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/** Extension for LLM related use cases for ExecuTorch Android Java/JNI package. */
2+
package org.pytorch.executorch.extension.llm;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/** ExecuTorch Android Java/JNI package. This is the main package for generic use cases. */
2+
package org.pytorch.executorch;

0 commit comments

Comments
 (0)