Feature: add API documentation

This commit is contained in:
2015-09-03 10:55:55 +00:00
parent 30eeb6c59a
commit f7b14fe9a9
67 changed files with 6529 additions and 15 deletions

1
public/vendor/prettify/lang-proto.js vendored Normal file
View File

@@ -0,0 +1 @@
PR.registerLangHandler(PR.sourceDecorator({keywords:"bytes,default,double,enum,extend,extensions,false,group,import,max,message,option,optional,package,repeated,required,returns,rpc,service,syntax,to,true",types:/^(bool|(double|s?fixed|[su]?int)(32|64)|float|string)\b/,cStyleComments:!0}),["proto"]);