Skip to content

Commit aa418dc

Browse files
Add more line breaks in qldoc
1 parent 05162c6 commit aa418dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

shared/util/codeql/util/FilePath.qll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/**
44
* A filepath that should be normalized.
5+
*
56
* Extend to provide additional strings that should be normalized as filepaths.
67
*/
78
abstract class NormalizableFilepath extends string {
@@ -65,9 +66,13 @@ abstract class NormalizableFilepath extends string {
6566

6667
/**
6768
* Gets the normalized filepath for this string.
69+
*
6870
* Normalizes `..` paths, `.` paths, and multiple `/`s as much as possible, but does not normalize case, resolve symlinks, or make relative paths absolute.
71+
*
6972
* The normalized path will be absolute (begin with `/`) if and only if the original path is.
73+
*
7074
* The normalized path will not have a trailing `/`.
75+
*
7176
* Only `/` is treated as a path separator.
7277
*/
7378
string getNormalizedPath() {

0 commit comments

Comments
 (0)