lazarus/components/wiki/lazwiki/lazwiki.pas
mattias f64b8a27d7 wiki test: show language counters
git-svn-id: trunk@35816 -
2012-03-08 03:01:25 +00:00

23 lines
428 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit LazWiki;
interface
uses
Wiki2FPDocConvert, WikiFormat, Wiki2XHTMLConvert, Wiki2CHMConvert,
WikiParser, Wiki2HTMLConvert, wikihtmlindexer, WikiStrConsts,
LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('LazWiki', @Register);
end.