Mercurial > pub > site.implab
view dox_task.pl @ 12:d9551c7e7101
improved dox library
author | sergey |
---|---|
date | Fri, 16 May 2014 16:47:50 +0400 |
parents | fa7a99c2d079 |
children | d997ff96acf1 |
line wrap: on
line source
#!/usr/bin/perl -w use lib '.'; use config; use config::bootstrap; use strict; use IMPL::Config; use IMPL::require { DoxygenTask => 'Benzin::Doxygen::MakedocTask', DoxModel => 'Benzin::Doxygen::Model', InlineFactory => 'IMPL::Object::InlineFactory' }; my $task = DoxygenTask->new( %config::doxSource ); $task->DoWork(); print "completed\n";