Skip to content

Commit a579573

Browse files
committed
add JSDoc comments; update template files; incude .jshintrc into checked
files by JSHint
1 parent 7ff696c commit a579573

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

org.nodeclipse.debug/src/org/nodeclipse/debug/launch/NodeArgumentsTab.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
import org.nodeclipse.debug.util.VariablesUtil;
4040
import org.nodeclipse.ui.util.NodeclipseConsole;
4141

42+
/**
43+
* These sources definitely came from some example like
44+
* https://eclipse.googlesource.com/pdt/org.eclipse.pdt/+/508aebe616434cff2b7ba10178d818e9db7d3399/plugins/org.eclipse.php.debug.ui/src/org/eclipse/php/internal/debug/ui/launching/PHPExecutableLaunchTab.java
45+
* @author ?
46+
*
47+
*/
4248
public class NodeArgumentsTab extends AbstractLaunchConfigurationTab {
4349
protected Label fPrgmArgumentsLabel;
4450
protected Text fPrgmArgumentsText;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
eclipse.preferences.version=1
22
excluded=node_modules//*
3-
included=//*.js\://*.njs\://*.jjs\://*.mjs\://*.pjs\://*.json
3+
included=//*.jjs\://*.js\://*.jshintrc\://*.json\://*.mjs\://*.njs\://*.pjs
44
options=laxcomma\:true
55
projectSpecificOptions=true

org.nodeclipse.ui/common-templates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ${projectname}
21

3-
## Objective
2+
3+
# ${projectname}
44

55

66

0 commit comments

Comments
 (0)