You are reading a single comment by @JumJum and its replies. Click here to read the full conversation.
  • Espruino supports different boards and can be customized by defines like Net, Gtaphics, Neopixel etc.
    May be, you have your own extensions. In that case it would be helpful to have an API documentation for your project.
    In a first try I've added -BBoard parameter to build_docs.py, which changes argument to call common.get_jsondata, and adds a define in switch-path which handles -B parameters.

    This would open the option to create board specific API documentation during make by calling
    python build_doc.py $(FAMILY) $(WRAPPERSOURCES)
    And then add it to board zip file.

    If this is of general interest I would open a pull request

About

Avatar for JumJum @JumJum started