Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-11 | Reformat docgen xml encoding | Björn-Egil Dahlberg | |
epp:default_encoding/0 returns 'utf8' and needs to be re-encoded to "UTF-8" to be correct. | |||
2016-07-07 | erl_docgen: Allow 'seealso' in 'name' | Hans Bolinder | |
2016-07-07 | erl_docgen: Generate type links in callback module creating erlref | Hans Bolinder | |
Create links to types, but generate no links to local types. | |||
2016-07-07 | erl_docgen: Correct callback module for creating erlref | Hans Bolinder | |
Show map fields correctly. | |||
2016-07-07 | erl_docgen: Improve callback module for creating erlref | Hans Bolinder | |
Create `Module:Type()' instead of `Type() (see module Module)'. | |||
2016-06-09 | Remove support for '...' in Maps types | Hans Bolinder | |
It is possible that '...' is added later (OTP 20.0), but for now we are not sure of all details. | |||
2016-06-08 | edoc: Fix new Maps syntax | Hans Bolinder | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-01-26 | erl_docgen: Fix spec anno's for maps | Lukas Larsson | |
OTP-12955 | |||
2015-11-30 | [erl_docgen] Correct DTD for tags anno, fsummary and add an tag i (italic). | Lars Thorsen | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-25 | Update runtime_dependencies in application resource files | Hans Bolinder | |
Applications that use the new erl_anno module are depending on STDLIB 2.5. Note that CosNotification, Megaco, SNMP, Xmerl, and Parsetools use the erl_anno module via the Yecc parsers only (the header file in lib/parsetools/include/yeccpre.hrl calls the erl_anno module). HiPE does not call the erl_anno module, but uses an exported type. We have chosen to make HiPE dependent on the erl_anno module. | |||
2015-04-30 | erl_docgen: Use module erl_anno | Hans Bolinder | |
2014-09-23 | erl_docgen: Fix maint to master merge of OTP-11947 | Björn-Egil Dahlberg | |
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. |