Skip to content

Commit 78cf411

Browse files
committed
docs: add / to separate methods
1 parent afdc976 commit 78cf411

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

user_guide_src/source/libraries/files.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,17 +180,17 @@ Inputting Files
180180
Adds all files indicated by the path or array of paths. If the path resolves to a directory then ``$recursive``
181181
will include sub-directories.
182182

183-
**addFile(string $file)**
183+
**addFile(string $file)** /
184184
**addFiles(array $files)**
185185

186186
Adds the file or files to the current list of input files. Files are absolute paths to actual files.
187187

188-
**removeFile(string $file)**
188+
**removeFile(string $file)** /
189189
**removeFiles(array $files)**
190190

191191
Removes the file or files from the current list of input files.
192192

193-
**addDirectory(string $directory, bool $recursive = false)**
193+
**addDirectory(string $directory, bool $recursive = false)** /
194194
**addDirectories(array $directories, bool $recursive = false)**
195195

196196
Adds all files from the directory or directories, optionally recursing into sub-directories. Directories are
@@ -199,7 +199,7 @@ absolute paths to actual directories.
199199
Filtering Files
200200
===============
201201

202-
**removePattern(string $pattern, string $scope = null)**
202+
**removePattern(string $pattern, string $scope = null)** /
203203
**retainPattern(string $pattern, string $scope = null)**
204204

205205
Filters the current file list through the pattern (and optional scope), removing or retaining matched

0 commit comments

Comments
 (0)