Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-30 | Merge pull request #805 from matwey/fsf_addr | Björn Gustavsson | |
Fix FSF mail address | |||
2016-07-07 | edoc: Correct types | Hans Bolinder | |
2015-08-06 | Fix FSF mail address | Matwey V. Kornilov | |
2015-04-30 | edoc: Use module erl_anno | Hans Bolinder | |
2015-03-12 | edoc: Correct documentation | Hans Bolinder | |
Substitute references to edoc_lib:get_doc_env/3 for references to edoc_lib:get_doc_env/4. | |||
2015-01-16 | [edoc] remove functionality related to packages | Vlad Dumitrescu | |
The 'subpackages' option is left, since some projects use recursive source directories. | |||
2014-01-28 | edoc,syntax_tools: Teach Map understanding | Björn-Egil Dahlberg | |
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-02-19 | Use ~ts for filenames | Hans Bolinder | |
2013-02-13 | edoc: Fix building of documentation in sub directories | Björn Gustavsson | |
8115c0840527 broke building for projects that used sub directories (but not packages). | |||
2013-01-09 | edoc: Remove support for packages | Björn Gustavsson | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2013-01-02 | [edoc] Introduce Unicode support for source files | Hans Bolinder | |
2012-08-08 | added special case for file names under Windows, thanks to Beads Land-Trujillo | Richard Carlsson | |
2011-09-25 | URI-escape bytes as two hex digits always (reported by Alfonso De Gregorio) | Richard Carlsson | |
2011-09-25 | updated author e-mail | 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. | |||
2011-03-07 | Clean up edoc_lib(3) | Hans Bolinder | |
The <c>edoc_lib</c> module is meant to be private, but since it is referred to from other man pages it has been included in the OTP documentation. This change makes all functions private except those referred to from other pages. | |||
2010-11-15 | Fix various dialyzer warnings | Kostis Sagonas | |
Add appropriate specs to shut off dialyzer's no_return warnings and also fix an erroneous use of lists:concat/1 instead of lists:append/1. | |||
2010-07-26 | Fix deprecated references to http:request/4 in edoc | Björn-Egil Dahlberg | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |