You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tensorflow-core/tensorflow-core-generator/src/main/java/org/tensorflow/op/generator/javadoc/JavaDocNodeRendererFactory.java
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,14 @@
2
2
3
3
importorg.commonmark.renderer.NodeRenderer;
4
4
5
-
/**
6
-
* Factory for instantiating new node renderers when rendering is done.
7
-
*/
5
+
/** Factory for instantiating new node renderers when rendering is done. */
8
6
publicinterfaceJavaDocNodeRendererFactory {
9
7
10
-
/**
11
-
* Create a new node renderer for the specified rendering context.
12
-
*
13
-
* @param context the context for rendering (normally passed on to the node renderer)
Copy file name to clipboardExpand all lines: tensorflow-core/tensorflow-core-generator/src/main/java/org/tensorflow/op/generator/javadoc/JavaDocRenderer.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -115,13 +115,13 @@ public interface JavaDocRendererExtension extends Extension {
0 commit comments