8000 Make Javadoc comments · github/codeql-action@7d707c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d707c9

Browse files
committed
Make Javadoc comments
1 parent 8c50b52 commit 7d707c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/init-action.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import {
4646
} from "./util";
4747
import { validateWorkflow } from "./workflow";
4848

49-
// Fields of the init status report that can be sent before `config` is populated.
49+
/** Fields of the init status report that can be sent before `config` is populated. */
5050
interface InitStatusReport extends StatusReportBase {
5151
/** Value given by the user as the "tools" input. */
5252
tools_input: string;
@@ -58,7 +58,7 @@ interface InitStatusReport extends StatusReportBase {
5858
workflow_languages: string;
5959
}
6060

61-
// Fields of the init status report that are populated using values from `config`.
61+
/** Fields of the init status report that are populated using values from `config`. */
6262
interface InitWithConfigStatusReport extends InitStatusReport {
6363
/** Comma-separated list of languages where the default queries are disabled. */
6464
disable_default_queries: string;

0 commit comments

Comments
 (0)
0