aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen/ApiExporter.java
Commit message (Expand)AuthorAge
* Export constructors as global symbols.Gravatar Googler2018-08-14
* Fixed the builtins exporter to include all top level Starlark symbols.Gravatar Googler2018-08-08
* Set callable field only for methods in order to diferenciate them fromGravatar Googler2018-08-03
* Fixed builtins proto. Callable field was not set for functions with no parame...Gravatar Googler2018-08-02
* Added return type info in API exporter.Gravatar Googler2018-08-02
* Added completion for Starlark builtins.Gravatar Googler2018-07-18
* Expose BUILD and Starlark symbols.Gravatar Googler2018-07-17