aboutsummaryrefslogtreecommitdiffstats
path: root/lib/edoc/src/edoc_macros.erl
AgeCommit message (Collapse)Author
2016-11-23Update EDoc license headers to dual Apache2/LGPLRichard Carlsson
This makes it clear that Apache 2.0 applies, without dropping the old LGPL licensing, and makes all the EDoc file headers look the same as upstream.
2015-04-30edoc: Use module erl_annoHans Bolinder
2015-01-16[edoc] remove functionality related to packagesVlad Dumitrescu
The 'subpackages' option is left, since some projects use recursive source directories.
2013-02-19Use ~ts for filenamesHans Bolinder
2013-01-02[edoc] Introduce Unicode support for source filesHans Bolinder
2011-09-25updated author e-mailRichard Carlsson
2010-11-15Fix various dialyzer warningsKostis 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.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP