Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09 | Fix some FOP warnings | Hans Bolinder | |
Examples overflowing the width of PDF pages have been fixed. The remaining warnings are due to table cells, and require more work. | |||
2013-01-02 | [erl_docgen] Use DejaVu fonts when generating PDF | Hans Bolinder | |
A few examples in lib/stdlib/doc/src/unicode_usage.xml make use of Cyrillic characters. | |||
2013-01-02 | [erl_docgen] Update due to introduction of Unicode | Hans Bolinder | |
2012-11-26 | Prepare releaseOTP_R15B03 | Erlang/OTP | |
2012-11-16 | [erl_docgen] Updated the vsn.mk | Lars Thorsen | |
2012-11-16 | [erl_docgen] Add db_eix.xsl to the Makefile | Lars Thorsen | |
2012-11-16 | [erl_docgen] Add possibility to specify pdf filename | Lars Thorsen | |
2012-11-16 | A possibility to configure erl_docgen so it can generate documentation for ↵ | Lars Thorsen | |
other products than Erlang/OTP. | |||
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
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-07-11 | Fix a bug regarding spaces in C function prototypes | Hans Bolinder | |
Thanks to Richard O'Keefe for pointing the bug out. | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-04-27 | erl_docgen: Do not overflow images for pdf doc gen | Björn-Egil Dahlberg | |
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-03-09 | Merge branch 'lukas/erl_docgen/fix_range_type/OTP-9970' into maint | Lukas Larsson | |
* lukas/erl_docgen/fix_range_type/OTP-9970: Add so that <img> tags will be transformed to <image> Allow 1..2 types to be exported from edoc | |||
2012-02-16 | Merge branch 'rj/doc-monospace-css' into maint | Henrik Nord | |
* rj/doc-monospace-css: Set `font-family: Courier, monospace' in OTP doc CSS OTP-9918 | |||
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 | |
2012-02-06 | [erl_docgen] Optimize generation of HTML | Hans Bolinder | |
2012-02-04 | Set `font-family: Courier, monospace' in OTP doc CSS | Ricardo Catalinas Jiménez | |
This should be much better for everybody, I left Courier as the primary original font and also added monospace as secondary for people like me which in Linux haven't it installed. It should be more pleasant to read typespecs and code examples. Also adds minor cosmetic changes to the CSS. | |||
2012-02-01 | Optimize and improve handling of multiple func:s. | Hans Bolinder | |
2011-12-19 | Generate links in C libraries correctly | Hans Bolinder | |
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-07 | [erl_docgen] Updated users guide | Lars Thorsen | |
2011-12-05 | [erl_docgen] Fix arity calculation bug | Lars Thorsen | |
2011-12-01 | Fix a bug in the generation of manpages | Hans Bolinder | |
User defined data types in function headers turned off bold face. | |||
2011-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg | |
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7. | |||
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson | |
2011-11-18 | [erl_docgen] Add an application ref page | Lars Thorsen | |
2011-11-18 | [erl_docgen] Added the info file. | Lars Thorsen | |
2011-11-18 | [erl_docgen] Tidy up the documentation moved from docbuilder to erl_docgen | Lars Thorsen | |
2011-11-18 | [erl_docgen] Add missing xhtml-special.ent and xhtml-symbol.ent | 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-11-18 | Fix syntax bug in generated eix files | Lars Thorsen | |
2011-10-17 | Fix bugs in the generation of manpages | Hans Bolinder | |
The indentation of the <d> tag has been corrected, as has the corresponding tag used for Erlang specs. The contents of the <v> was not properly processed. | |||
2011-10-04 | Prepare releaseOTP_R14B04 | Erlang/OTP | |
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-28 | Improve indentation in manpages | Hans Bolinder | |
The indentation after `Warning:' and `Note:' in manpages has been improved. | |||
2011-09-27 | Merge branch 'hb/erl_docgen/man_improvements/OTP-9541' into dev | Hans Bolinder | |
* hb/erl_docgen/man_improvements/OTP-9541: Improve the generation of man pages | |||
2011-09-26 | [erl_docgen] Fix eix file generation for new function spec references | Lars Thorsen | |
2011-09-26 | [erl_docgen] Missing header level in PDF bookmarks menu | Lars Thorsen | |
The System documentation PDF file was missing a header level in the bookmarks menu and the copyright year generation for PDF's was not correct. | |||
2011-09-26 | Improve the generation of man pages | Hans Bolinder | |
Empty lines have been eliminated. Spurious spacing has been corrected. | |||
2011-09-22 | Fix the formatting of function signatures in the pdf | Lars Thorsen | |
2011-06-20 | Bugfixes | Hans Bolinder | |
2011-05-24 | Prepare releaseOTP_R14B03 | Erlang/OTP | |