We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3ed7a commit 6ea51f6Copy full SHA for 6ea51f6
_search/server/tutorials.py
@@ -46,6 +46,9 @@ def parse_notebook(path):
46
return doc
47
48
def process_cell(cell):
49
+ # 2 cases: java file or a notebook
50
+ # case 1: notebook -> need info inside cells and then info from output lines
51
+ # case 2: java file -> need class name and class javadoc for description
52
return type(cell)
53
54
0 commit comments