File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 (with-temp-buffer
8181 (insert (cdr (assoc 'return (cdr elem))))
8282 (shr-render-buffer (current-buffer ))
83- (buffer-string )))))
83+ (delete-trailing-whitespace )
84+ (buffer-string )))
85+ " \n\n "
86+ " (" (cdr (assoc 'versions (cdr elem))) " )" ))
8487 (puthash (symbol-name (car elem)) (cons `(documentation . , doc ) (cdr elem)) function-arguments-temp)))
8588 ; ; PHP control structures are not present in JSON list. We add
8689 ; ; them here (hard coded - there are not so many of them).
Original file line number Diff line number Diff line change 55; ; Author: Arne Jørgensen <arne@arnested.dk>
66; ; URL: https://github.com/arnested/php-extras
77; ; Created: June 28, 2012
8- ; ; Version: 2.1.0
8+ ; ; Version: 2.1.1
99; ; Package-Requires: ((php-mode "1.5.0"))
1010; ; Keywords: programming, php
1111
You can’t perform that action at this time.
0 commit comments