Skip to content

Commit

Permalink
add dummy text so pdlpp_mkgen can figure module names
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 26, 2023
1 parent dd88169 commit 861528d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Highgui/module.pd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use warnings;
use File::Spec::Functions;
require ''.catfile(updir, 'genpp.pl');

# for pdlpp_mkgen: =head1 NAME PDL::OpenCV::Highgui
genheader("Highgui");

pp_done();
1 change: 1 addition & 0 deletions Imgcodecs/module.pd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use warnings;
use File::Spec::Functions;
require ''.catfile(updir, 'genpp.pl');

# for pdlpp_mkgen: =head1 NAME PDL::OpenCV::Imgcodecs
genheader("Imgcodecs");

pp_done();
1 change: 1 addition & 0 deletions Imgproc/module.pd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use warnings;
use File::Spec::Functions;
require ''.catfile(updir, 'genpp.pl');

# for pdlpp_mkgen: =head1 NAME PDL::OpenCV::Imgproc
genheader("Imgproc");

pp_done();
1 change: 1 addition & 0 deletions Objdetect/module.pd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use warnings;
use File::Spec::Functions;
require ''.catfile(updir, 'genpp.pl');

# for pdlpp_mkgen: =head1 NAME PDL::OpenCV::Objdetect
genheader("Objdetect");

pp_done();
1 change: 1 addition & 0 deletions Tracking/module.pd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use warnings;
use File::Spec::Functions;
require ''.catfile(updir, 'genpp.pl');

# for pdlpp_mkgen: =head1 NAME PDL::OpenCV::Tracking
genheader("Tracking");

pp_done();
1 change: 1 addition & 0 deletions Videoio/module.pd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use warnings;
use File::Spec::Functions;
require ''.catfile(updir, 'genpp.pl');

# for pdlpp_mkgen: =head1 NAME PDL::OpenCV::Videoio
genheader("Videoio");

pp_done();
1 change: 1 addition & 0 deletions maint/genlists
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ use warnings;
use File::Spec::Functions;
require ''.catfile(updir, 'genpp.pl');
# for pdlpp_mkgen: =head1 NAME PDL::OpenCV::$dir
genheader("$dir");
pp_done();
Expand Down

0 comments on commit 861528d

Please sign in to comment.