Skip to content

Commit

Permalink
Trimmed description and add version to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Mar 11, 2014
1 parent 37ff456 commit e00ceb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion php-extras-gen-eldoc.el
Expand Up @@ -80,7 +80,10 @@
(with-temp-buffer
(insert (cdr (assoc 'return (cdr elem))))
(shr-render-buffer (current-buffer))
(buffer-string)))))
(delete-trailing-whitespace)
(buffer-string)))
"\n\n"
"(" (cdr (assoc 'versions (cdr elem))) ")"))
(puthash (symbol-name (car elem)) (cons `(documentation . ,doc) (cdr elem)) function-arguments-temp)))
;; PHP control structures are not present in JSON list. We add
;; them here (hard coded - there are not so many of them).
Expand Down

0 comments on commit e00ceb2

Please sign in to comment.