Skip to content

Commit 6f8a960

Browse files
committed
Turn inline comments to proper docstrings
1 parent e1ab6a4 commit 6f8a960

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
// This file is included for use in custom CodeQL bundles (https://github.com/advanced-security/codeql-bundle).
2-
// The contents of this file will be included in the standard library `Customizations.qll`, and will therefore
3-
// be included in the out-of-the-box security queries.
4-
//
5-
// We import under alias to avoid any potential naming conflicts
1+
/**
2+
* This file is included for use in custom CodeQL bundles (https://github.com/advanced-security/codeql-bundle).
3+
* The contents of this file will be included in the standard library `Customizations.qll`, and will therefore
4+
* be included in the out-of-the-box security queries.
5+
*/
6+
7+
/* We import under alias to avoid any potential naming conflicts */
68
import advanced_security.javascript.frameworks.cap.RemoteFlowSources as CAPRemoteFlowSources

javascript/frameworks/ui5/lib/advanced_security/javascript_sap_ui5_all/Customizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/**
22
* This file is included for use in custom CodeQL bundles (https://github.com/advanced-security/codeql-bundle).
33
* The contents of this file will be included in the standard library `Customizations.qll`, and will therefore
44
* be included in the out-of-the-box security queries.

0 commit comments

Comments
 (0)