Function: projectile-doctor--section

projectile-doctor--section is a byte-compiled function defined in projectile.el.

Signature

(projectile-doctor--section TITLE)

Documentation

Insert the header of a report section titled TITLE.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile-doctor--section (title)
  "Insert the header of a report section titled TITLE."
  (projectile--report-section title))