Mercurial > pub > site.implab
view dox_task.pl @ 11:573272ec604b
almost comlete doxygen library
author | sergey |
---|---|
date | Thu, 15 May 2014 18:24:02 +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";