aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen/skylark/SkylarkDoc.java
Commit message (Expand)AuthorAge
* Use a new pattern for builtin Provider objects with @SkylarkCallable.Gravatar cparsons2018-05-01
* Migrate StringModule methods to SkylarkCallable from SkylarkSignature.Gravatar cparsons2018-04-11
* Skylark documentation: Replace "set" and "List" plain-text return types with ...Gravatar fwe2017-07-21
* Generate documentation for bool and int types.Gravatar Laurent Le Brun2017-02-15
* Remove the auto-punctuator because it is causing more problems than itGravatar John Cater2017-01-03
* Fix regular expression in order to produce correct documentation. Fixes #1522...Gravatar John Cater2016-08-29
* Fixed SkylarkDoc.getDocumentation to append a period to the doc string if it ...Gravatar John Cater2016-07-29
* Don't generate links for non-documented modules since this results in dead li...Gravatar Florian Weikert2016-06-21
* Use only one list of parameters for SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-14
* Extract the @Param annotation from @SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-10
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Refactor SkylarkList to allow MutableListGravatar Francois-Rene Rideau2015-09-21
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Split Skylark Library into multiple pages, one per module. Add collapsibleGravatar David Chen2015-08-18