Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools,doc: fix json result of grouped optional params #5977

Commits on Apr 2, 2016

  1. tools,doc: fix json result of grouped optional params

    Current tools/doc/json.js only supports one bracket style for optional
    params methodName(param0[,param1],param2). Add support to other styles
    such as methodName(param0,[param1,]param2) or
    methodName(param0[,param1,param2]) or
    methodName(param0[,param1[,param2]])
    firedfox committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    e94fe00 View commit details
    Browse the repository at this point in the history