Skip to content

Commit

Permalink
Fixup checkdoc warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jehelset committed Nov 28, 2023
1 parent 0907a31 commit f7be91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -3097,7 +3097,7 @@ it acts on the current project."
(gethash (projectile--cmake-command-preset-array-id command-type) preset))))

(defun projectile--cmake-command-presets (filename command-type)
"Get CMake COMMAND-TYPE presets from FILENAME. Follows included files"
"Get CMake COMMAND-TYPE presets from FILENAME. Follows included files."
(when-let ((preset (projectile--cmake-read-preset (projectile-expand-root filename))))
(append
(projectile--cmake-command-presets-shallow filename command-type)
Expand Down

0 comments on commit f7be91e

Please sign in to comment.