Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-20 | Merge branch 'hb/edoc/bug_fix/OTP-10866' | Hans Bolinder | |
* hb/edoc/bug_fix/OTP-10866: [edoc] Fix a bug involving a type declaration and a comment | |||
2013-02-19 | [edoc] Fix a bug involving a type declaration and a comment | Hans Bolinder | |
2013-02-19 | Use ~ts for filenames | Hans Bolinder | |
2013-01-09 | edoc: Remove support for packages | Björn Gustavsson | |
2013-01-02 | [edoc] Introduce Unicode support for source files | Hans Bolinder | |
2011-09-25 | updated author e-mail | Richard Carlsson | |
2011-08-04 | eliminate warnings about unused imports | Richard Carlsson | |
2011-08-04 | removed CVS-keywords from source files | Richard Carlsson | |
2011-08-04 | synchronized with edoc development version | Richard Carlsson | |
2011-03-10 | Make Erlang specifications and types available in EDoc | Hans Bolinder | |
It is now possible to use Erlang specifications and types in EDoc documentation. Erlang specifications and types will be used unless there is also a function specification (@spec) or a type alias (@type) with the same name. In the current implementation the placement of -spec matters: it should be placed where the @spec would otherwise have been placed. Not all Erlang types are included in the documentation, but only those exported by some export_type declaration or used by some documented Erlang specification (-spec). There is currently no support for overloaded Erlang specifications. The syntax definitions of EDoc have been augmented to cope with most of the Erlang types. (But we recommend that Erlang types should be used instead.) edoc:read_source() takes one new option, report_missing_types. edoc_layout:module() takes one new option, pretty_printer. | |||
2010-09-15 | edoc: Do not auto-import error/1 | Tuncer Ayaz | |
Resolve name clash with auto-imported BIF error/1. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |