mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-05 09:00:54 +00:00
doxygen support
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@418 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
12
tools/doxyfilter.pl
Executable file
12
tools/doxyfilter.pl
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env perl
|
||||
# $Id$
|
||||
|
||||
open(IN, "<", $ARGV[0]);
|
||||
while(my $l = <IN>){
|
||||
$l =~ s/\r?\n$//g;
|
||||
$l =~ s/%([^ ]+)/@\1/g;
|
||||
if(!($l =~ /\@prop /)){
|
||||
print("$l\n");
|
||||
}
|
||||
}
|
||||
close(IN);
|
||||
@@ -3,3 +3,4 @@
|
||||
povray +W256 +H256 +Ologo.png resource/logo.pov
|
||||
povray +W200 +H40 +Obanner.png resource/banner.pov
|
||||
mv logo.png banner.png resource/
|
||||
convert resource/logo.png -scale x64 resource/logo64.png
|
||||
|
||||
Reference in New Issue
Block a user