diff options
author | Teddy Wing | 2020-07-04 18:00:45 +0200 |
---|---|---|
committer | Teddy Wing | 2020-07-04 18:14:31 +0200 |
commit | 52e6473446d3fa3ab03586ce66d45cb99493c0a1 (patch) | |
tree | b985878838a6925170e12abcd8390cd29890dd5b /search-index.js | |
parent | 95637c5ca6c803bec78687a55afcc2d3f2bf6ff4 (diff) | |
download | fastcgi-conduit-52e6473446d3fa3ab03586ce66d45cb99493c0a1.tar.bz2 |
Generate docs v0.1.0gh-pages
Diffstat (limited to 'search-index.js')
-rw-r--r-- | search-index.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/search-index.js b/search-index.js new file mode 100644 index 0000000..444ca0f --- /dev/null +++ b/search-index.js @@ -0,0 +1,4 @@ +var searchIndex = JSON.parse('{\ +"fastcgi_conduit":{"doc":"fastcgi-conduit","i":[[3,"Server","fastcgi_conduit","The application server that interfaces with FastCGI.",null,null],[11,"start","","Start the server.",0,[[["handler",8],["sync",8]],["server",3]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"borrow","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]]],"p":[[3,"Server"]]}\ +}'); +addSearchOptions(searchIndex);initSearch(searchIndex);
\ No newline at end of file |