aboutsummaryrefslogtreecommitdiff
path: root/dottydoc
Commit message (Collapse)AuthorAgeFilesLines
* Remove `Context` reference in `Comment` and `UseCase`Felix Mulder2016-10-061-1/+1
|
* Separate `ContextDocstrings` from `Context` and make it pluggableFelix Mulder2016-10-066-18/+39
|
* Implement docbase as propertyFelix Mulder2016-10-0610-16/+48
|
* Typecheck usecases in fresh local scopeFelix Mulder2016-10-062-2/+2
|
* Move docstring cooking to dottyFelix Mulder2016-10-065-580/+49
|
* Move docstring parser to dottydoc miniphaseFelix Mulder2016-10-064-141/+70
|
* Fix cooking of docstringsFelix Mulder2016-10-064-3/+46
|
* Move typing of usecases to `typedClassDef`Felix Mulder2016-10-061-5/+6
|
* Fix type parameters not getting properly typedFelix Mulder2016-10-061-0/+89
|
* Fix name clashes because of `@usecase`Felix Mulder2016-10-062-4/+15
|
* Add `UsecasePhase` to dottydocFelix Mulder2016-10-063-1/+80
|
* Add `Comments` object instead of `Scanners.Comment` case classFelix Mulder2016-10-061-2/+2
|
* Add symbols to Doc AST, needed for `@usecase`Felix Mulder2016-10-066-16/+38
| | | | | Also eliminates the need for comment processing to be part of the `DocASTPhase`, so this should be put into a DocMiniPhase
* Merge pull request #1492 from dotty-staging/add-inlineGuillaume Martres2016-10-061-0/+1
|\ | | | | Implement inline
| * Suppress inline in dottydoc test of standard libraryMartin Odersky2016-10-021-0/+1
| |
* | honor -encoding compiler flag and defaultsMartijn Hoekstra2016-09-071-1/+1
|/ | | | | | | | | rename test/pos/valueclasses to pos_valueclasses tests/pos/valueclasses generates a valueclasses.flags file in /tests/partest-generated/pos that conflicts with the valueClasses.flags file that tests/neg/valueClasses.scala tries to create
* Add phase to deal with constructorsFelix Mulder2016-08-2113-54/+318
|
* Add `ImplicitlyAddedEntity` as a common trait for implicitly added membersFelix Mulder2016-08-191-4/+6
|
* Properly materialize supertype linksFelix Mulder2016-08-194-31/+45
|
* Move client test to client repoFelix Mulder2016-08-192-48/+15
|
* Add documentation to dottydoc APIFelix Mulder2016-08-194-6/+69
|
* Implement dotty bridge for docFelix Mulder2016-08-194-23/+32
|
* Implement working docs requiring manually specifying resources and template ↵Felix Mulder2016-08-197-91/+23
| | | | for html docs
* Implement bridge that generates json on `doc` commandFelix Mulder2016-08-193-2/+15
|
* Add scaladoc interface stubFelix Mulder2016-08-193-2/+17
|
* Add `currentEntity` to templating APIFelix Mulder2016-08-192-17/+19
|
* Remove client from dottydoc - no more Scala.JS deps!Felix Mulder2016-08-1958-4743/+507
|
* Implement annotation parsing like CommentFactoryBase from nscFelix Mulder2016-08-196-67/+158
|
* Fix type params of classes, traits defs, which broke after new HK schemeFelix Mulder2016-08-193-7/+19
|
* Fix phase fusion for subpackages, fix links in implicitly added methodsFelix Mulder2016-08-196-11/+21
|
* Add info on where implicitly added members originate fromFelix Mulder2016-08-1911-34/+83
|
* Get docstring from overriden symbol if not present on the overriding methodFelix Mulder2016-08-193-22/+38
|
* Fix #25: move doc related structures to `DocBase`Felix Mulder2016-08-197-15/+15
| | | | To access `DocBase`: `ctx.docbase.docstring(...)`
* Remove shared directory - nothing shared anymoreFelix Mulder2016-08-196-0/+0
|
* Add a SortMembers phase to sort the members instead of doing it when ↵Felix Mulder2016-08-193-6/+39
| | | | serializing to json
* Sort members when serializing to JSONFelix Mulder2016-08-191-5/+5
|
* Define special handling of infix types like "<:<" and "=:="Felix Mulder2016-08-191-1/+9
|
* Add indication that paramList takes implicit argumentsFelix Mulder2016-08-199-12/+36
|
* Change from absolute name to type name in link namesFelix Mulder2016-08-191-2/+5
|
* Handle all types of references when linkingFelix Mulder2016-08-191-10/+21
|
* Correctly parse tuples, functions and applied types like `Map[K,V]` from ↵Felix Mulder2016-08-191-1/+10
| | | | compiler internals
* Render idiomatic tuples in clientFelix Mulder2016-08-191-0/+26
|
* Add support for rendering tuples idiomaticallyFelix Mulder2016-08-192-0/+3
|
* Render repeated parameters correctly in clientFelix Mulder2016-08-191-0/+2
|
* Add support for repeated parameters in producerFelix Mulder2016-08-195-4/+17
|
* Fix #28: render functions passed as argumentsFelix Mulder2016-08-195-21/+85
|
* Change TypeReference#paramLinks' type from `MaterializableLink` to `Reference`Felix Mulder2016-08-194-12/+7
|
* Rebase dottydoc over new HK schemeFelix Mulder2016-08-193-5/+14
|
* Add warning message on UnsetLink in doc-uiFelix Mulder2016-08-191-2/+3
|
* Implement by name in parameter listsFelix Mulder2016-08-196-5/+10
|