aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen/skylark
Commit message (Expand)AuthorAge
* Set callable field only for methods in order to diferenciate them fromGravatar Googler2018-08-03
* Added return type info in API exporter.Gravatar Googler2018-08-02
* Excluded "self" param from the callable symbols. In .bzl files it is not used...Gravatar Googler2018-08-02
* Fix a broken link in the documentationGravatar vladmos2018-08-01
* Remove SkylarkCallable.mandatoryPositionalsGravatar cparsons2018-07-13
* Make @SkylarkCallable.name mandatory.Gravatar cparsons2018-06-22
* Migrate JavaInfo's provider to use the new provider pattern.Gravatar cparsons2018-05-22
* Use a new pattern for builtin Provider objects with @SkylarkCallable.Gravatar cparsons2018-05-01
* Create @SkylarkGlobalLibrary annotation, allowing classes/interfaces with glo...Gravatar cparsons2018-04-16
* Migrate StringModule methods to SkylarkCallable from SkylarkSignature.Gravatar cparsons2018-04-11
* Introduce extraPositonals and extraArguments to SkylarkCallable, to have pari...Gravatar cparsons2018-04-09
* Fix docstring variable expansion for @SkylarkModuleGravatar brandjon2018-03-12
* Improve doc for .files and add more links/examples.Gravatar laurentlb2017-12-18
* Fix a documentation linkGravatar vladmos2017-12-18
* Fix the generic class information in the documentationGravatar vladmos2017-12-14
* Fix the documentation to allow making links to BE documetation articlesGravatar vladmos2017-12-13
* Skylark documentation: Replace "set" and "List" plain-text return types with ...Gravatar fwe2017-07-21
* Ignore case in documentation indexGravatar laurentlb2017-07-19
* Skylark documentation identifies overloaded methods by their full signature (...Gravatar fwe2017-04-06
* 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
* Refactor getAnnotationFromParentClass() to a new SkylarkInterfaceUtils moduleGravatar Jon Brandvein2016-10-05
* Fix NPE in skylark documentation processorGravatar Jon Brandvein2016-10-04
* Generate documentation for named parameters for SkylarkCallableGravatar Damien Martin-Guillerez2016-09-06
* 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
* Display all allowed types for SkylarkSignature Params that allow multipleGravatar David Chen2016-07-05
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-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
* Replaced arrays by single value for extra{Positionnals,Named} in SkylarkSigna...Gravatar Damien Martin-Guillerez2016-06-08
* 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