File: cider-docstring.el.html
Utilities for rendering a docstring into a shorter, especially-formatted string that will look nice in UIs.
Defined variables (1)
cider-docstring-max-lines | The maximum number of docstring lines that will be rendered in a UI widget (or the echo area). |
Defined functions (10)
cider--attempt-invalid? | (ATTEMPT) |
cider--fragments-to-s | (FRAGMENTS) |
cider--html-to-propertized-string | (HTML-STRING) |
cider--render-docstring | (ELDOC-INFO) |
cider--render-docstring-first-sentence | (ELDOC-INFO) |
cider--render-pre | (DOM) |
cider--render-pre* | (DOM) |
cider--string-rstrip-newlines | (STR) |
cider-docstring--format | (STRING) |
cider-docstring--trim | (STRING &optional (MAX-LINES cider-docstring-max-lines)) |