<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/edoc/src, branch OTP-21.0.1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>edoc, erl_docgen: Fix pretty-printing of type map()</title>
<updated>2018-06-11T06:48:33+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-06-08T15:04:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=705ff39a8052b433c2f2dede775cb068aca620d6'/>
<id>705ff39a8052b433c2f2dede775cb068aca620d6</id>
<content type='text'>
Complex types including map() are now pretty-printed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Complex types including map() are now pretty-printed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix syntactic issues in EDoc comments across some libs</title>
<updated>2018-05-04T10:30:48+00:00</updated>
<author>
<name>Radek Szymczyszyn</name>
<email>radoslaw.szymczyszyn@erlang-solutions.com</email>
</author>
<published>2018-04-26T17:10:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1a6adf47cf8895a508cd76660ed69f1f3dfb0bcd'/>
<id>1a6adf47cf8895a508cd76660ed69f1f3dfb0bcd</id>
<content type='text'>
See https://github.com/erszcz/docsh/issues/23 for an explanation
about how the files were found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/erszcz/docsh/issues/23 for an explanation
about how the files were found.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not use lists:concat where lists:append is intended</title>
<updated>2018-04-17T07:29:42+00:00</updated>
<author>
<name>Richard Carlsson</name>
<email>richardc@klarna.com</email>
</author>
<published>2018-04-17T07:29:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d97cba952c51dbb830e89c373aa0f65e3a1e5415'/>
<id>d97cba952c51dbb830e89c373aa0f65e3a1e5415</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2017-11-15T15:47:13+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-11-15T15:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d332dcea887f9f13726bb31c1b70ae7c4c98cade'/>
<id>d332dcea887f9f13726bb31c1b70ae7c4c98cade</id>
<content type='text'>
* maint:
  edoc: The map type is denoted map()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  edoc: The map type is denoted map()
</pre>
</div>
</content>
</entry>
<entry>
<title>edoc: The map type is denoted map()</title>
<updated>2017-11-14T13:15:14+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-11-14T13:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dd53a1425f859d8558133fea141528c5c4476f0d'/>
<id>dd53a1425f859d8558133fea141528c5c4476f0d</id>
<content type='text'>
The map type was erroneously displayed as "#{}", the empty map type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The map type was erroneously displayed as "#{}", the empty map type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2017-10-10T08:25:38+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-10-10T08:25:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c07404052aa4ede2d8a5714d498637b304e11a6a'/>
<id>c07404052aa4ede2d8a5714d498637b304e11a6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[edoc] Remove unused module otpsgml_layout.erl</title>
<updated>2017-09-28T10:10:06+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2017-09-28T10:01:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=38609b8c9e5ed8d38546329facd641198e4f7be8'/>
<id>38609b8c9e5ed8d38546329facd641198e4f7be8</id>
<content type='text'>
This module was used when the OTP documentation was written in SGML.
It's now replaced by code in erl_docgen and therefor removed.
The option trigging the call of this module has also been removed
from the script edoc_generate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This module was used when the OTP documentation was written in SGML.
It's now replaced by code in erl_docgen and therefor removed.
The option trigging the call of this module has also been removed
from the script edoc_generate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/string-new-api'</title>
<updated>2017-09-15T15:26:30+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-09-15T15:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c84f6fa2dc7c7615e36a575571ee1a6e9cd586a4'/>
<id>c84f6fa2dc7c7615e36a575571ee1a6e9cd586a4</id>
<content type='text'>
* siri/string-new-api: (28 commits)
  hipe (test): Do not use deprecated functions in string(3)
  dialyzer (test): Do not use deprecated functions in string(3)
  eunit (test): Do not use deprecated functions in string(3)
  system (test): Do not use deprecated functions in string(3)
  system (test): Do not use deprecated functions in string(3)
  mnesia (test): Do not use deprecated functions in string(3)
  Deprecate old string functions
  observer: Do not use deprecated functions in string(3)
  common_test: Do not use deprecated functions in string(3)
  eldap: Do not use deprecated functions in string(3)
  et: Do not use deprecated functions in string(3)
  os_mon: Do not use deprecated functions in string(3)
  debugger: Do not use deprecated functions in string(3)
  runtime_tools: Do not use deprecated functions in string(3)
  asn1: Do not use deprecated functions in string(3)
  compiler: Do not use deprecated functions in string(3)
  sasl: Do not use deprecated functions in string(3)
  reltool: Do not use deprecated functions in string(3)
  kernel: Do not use deprecated functions in string(3)
  hipe: Do not use deprecated functions in string(3)
  ...

Conflicts:
	lib/eunit/src/eunit_lib.erl
	lib/observer/src/crashdump_viewer.erl
	lib/reltool/src/reltool_target.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/string-new-api: (28 commits)
  hipe (test): Do not use deprecated functions in string(3)
  dialyzer (test): Do not use deprecated functions in string(3)
  eunit (test): Do not use deprecated functions in string(3)
  system (test): Do not use deprecated functions in string(3)
  system (test): Do not use deprecated functions in string(3)
  mnesia (test): Do not use deprecated functions in string(3)
  Deprecate old string functions
  observer: Do not use deprecated functions in string(3)
  common_test: Do not use deprecated functions in string(3)
  eldap: Do not use deprecated functions in string(3)
  et: Do not use deprecated functions in string(3)
  os_mon: Do not use deprecated functions in string(3)
  debugger: Do not use deprecated functions in string(3)
  runtime_tools: Do not use deprecated functions in string(3)
  asn1: Do not use deprecated functions in string(3)
  compiler: Do not use deprecated functions in string(3)
  sasl: Do not use deprecated functions in string(3)
  reltool: Do not use deprecated functions in string(3)
  kernel: Do not use deprecated functions in string(3)
  hipe: Do not use deprecated functions in string(3)
  ...

Conflicts:
	lib/eunit/src/eunit_lib.erl
	lib/observer/src/crashdump_viewer.erl
	lib/reltool/src/reltool_target.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>edoc: Improve handling of Unicode</title>
<updated>2017-09-05T09:02:26+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-07-06T10:23:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b9ff792d5d2c77e05773672e45a31dfeca18d527'/>
<id>b9ff792d5d2c77e05773672e45a31dfeca18d527</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>edoc: Improve handling of Unicode</title>
<updated>2017-09-05T09:02:25+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-06-19T13:54:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1f13f9db23b2015b45dd501a8ebb939c3c9994f1'/>
<id>1f13f9db23b2015b45dd501a8ebb939c3c9994f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
