Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-12 | edoc, erl_docgen: Enhance internal map type format | Björn-Egil Dahlberg | |
2014-07-11 | erl_docgen: Add Map type information for docs | Björn-Egil Dahlberg | |
2014-03-20 | Introduce runtime_dependencies in .app files | Rickard Green | |
Most dependencies introduced are exactly the dependencies to other applications found by xref. That is, there might be real dependencies missing. There might also be pure debug dependencies listed that probably should be removed. Each application has to be manually inspected in order to ensure that all real dependencies are listed. All dependencies introduced are to application versions used in OTP 17.0. This since the previously used version scheme wasn't designed for this, and in order to minimize the work of introducing the dependencies. | |||
2014-03-13 | Merge branch 'nox/maps-erl_docgen/OTP-11776' | Björn-Egil Dahlberg | |
* nox/maps-erl_docgen/OTP-11776: Handle map types in docgen_edoc_xml_cb Handle nonempty list types in docgen_edoc_xml_cb | |||
2014-03-06 | erl_docgen: Generate map() instead of #{} for maps type | Björn-Egil Dahlberg | |
2014-02-18 | Fix library application appup files | Tobias Schlager | |
As discussed in issue #240 *all* OTP library applications use the '.*' wildcard as up and down version. This makes library applications always up- and downgradeable. Using the wildcard version obsoletes all maintenance tasks regarding library applications' appup files. Additionally, it prevents upgrade problems caused by automatically included application dependencies when using reltool to create releases. Missing copyright headers are now consistently present. | |||
2014-02-12 | Handle map types in docgen_edoc_xml_cb | Anthony Ramine | |
2014-02-12 | Handle nonempty list types in docgen_edoc_xml_cb | Anthony Ramine | |
2014-01-28 | edoc,syntax_tools: Teach Map understanding | Björn-Egil Dahlberg | |
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg | |
* nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules | |||
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2013-01-02 | [erl_docgen] Update due to introduction of Unicode | Hans Bolinder | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-30 | Generate <a name="name"> tags in edoc xml headings | Lukas Larsson | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-02-14 | Add so that <img> tags will be transformed to <image> | Lukas Larsson | |
2012-02-14 | Allow 1..2 types to be exported from edoc | Lukas Larsson | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-11-18 | [erl_docgen] Add an application ref page | Lars Thorsen | |
2011-11-18 | [erl_docgen] Update references to modules that changed name | Lars Thorsen | |
2011-11-18 | [erl_docgen] Move files from docbuilder to erl_docgen | Lars Thorsen | |
2011-05-16 | Improve erl_docgen's support for Dialyzer specs and types | Hans Bolinder | |
The support for using Dialyzer specifications and types has been improved. | |||
2010-12-01 | Prepare erl_docgen for using Dialyzer specs and types | Hans Bolinder | |
Support for using Dialyzer specifications and types has been added. This is an experimental release; changes are expected before the new functionality is used when building the OTP documentation. |