X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fcaptive%2Fdoc%2FAPITypes.html.pl;h=9d62fafe4b3467fe31b9f069c87166b43d72a213;hb=7727ab02734783b8fd3082b55976f6b818f7529f;hp=64f078e8dcdf7f8c9e4418c5c374a3a6b5b346de;hpb=9ba52fc8b11ff6ecbea147fadad9c36f39c82196;p=www.jankratochvil.net.git diff --git a/project/captive/doc/APITypes.html.pl b/project/captive/doc/APITypes.html.pl index 64f078e..9d62faf 100755 --- a/project/captive/doc/APITypes.html.pl +++ b/project/captive/doc/APITypes.html.pl @@ -31,12 +31,12 @@ require CGI; BEGIN { Wuse 'project::captive::doc::Macros'; } -My::Web->init( +project::captive::doc::Macros->init( "__PACKAGE__"=>__PACKAGE__, "title"=>'Captive NTFS Developer Documentation: API Functions', - "head_css"=>$doc_Macros_head_css, + "rel_prev"=>'Details.html.pl', + "rel_next"=>'CallType.html.pl', ); -My::Web->heading(); print <<"HERE"; @@ -59,6 +59,8 @@ print <<"HERE"; Function Implementation Types Statistics + @{[ doc_img 'ratio','Functions Reusal Ratio' ]} +

As there are several choices to implement each function the usual attempts/investigations ordering is listed in the sections below.

@@ -92,7 +94,7 @@ print <<"HERE"; captivesym-specific source file syntax please see its documentation: @{[ a_href - top_dir().'/project/Pod2Html.html.pl?cvs=priv/captive/src/libcaptive/ke/captivesym.pl', + '/project/Pod2Html.html.pl?cvs=priv/captive/src/libcaptive/ke/captivesym.pl', 'src/libcaptive/ke/captivesym.pl' ]}

Direct Pass to Original "ntoskrnl.exe"

@@ -475,4 +477,4 @@ print <<"HERE"; HERE -My::Web->footer(); +project::captive::doc::Macros->footer();