Branch: Tag:

2017-09-19

2017-09-19 14:36:16 by Pontus Östlund <ponost@roxen.com>

PikeDoc fixes only to make the PikeDoc parser stop complaining.

224:      protected mapping(string:function(string, RequestID:string)) cookie_callbacks =    ([]); +    protected class CookieChecker(string cookie)   {    string `()(string path, RequestID id)
239:    return c == 'O' && sprintf("CookieChecker(%O)", cookie);    }   } +    function(string, RequestID:string) get_cookie_callback(string cookie)   {    function(string, RequestID:string) cb = cookie_callbacks[cookie];