Skip to content

Commit

Permalink
Document function
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed May 26, 2020
1 parent 1596dee commit 62d88de
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,14 @@ async function activate(
}

/**
* Add commands and menu items
* Adds commands and menu items.
*
* @private
* @param app - Jupyter front end
* @param gitExtension - Git extension instance
* @param fileBrowser - file browser instance
* @param settings - extension settings
* @returns menu
*/
function createGitMenu(
app: JupyterFrontEnd,
Expand Down

0 comments on commit 62d88de

Please sign in to comment.