From: Zhanna Tsitkov Date: Thu, 8 Mar 2012 15:51:43 +0000 (+0000) Subject: Do not generate "Feedback" sections in rst files for API documentation X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fcfb104dafb2ee34138a027b05e548fd4a77c0cb;p=krb5.git Do not generate "Feedback" sections in rst files for API documentation git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25751 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/rst_tools/define_document.tmpl b/doc/rst_tools/define_document.tmpl index f3260a6a5..b578ba9fc 100644 --- a/doc/rst_tools/define_document.tmpl +++ b/doc/rst_tools/define_document.tmpl @@ -32,12 +32,3 @@ $composite.long_description #end if - - -Feedback ----------- - -#set $msg_subject = 'Documentation___' + $composite.name - -Please, provide your feedback on this document at krb5-bugs@mit.edu?subject=$msg_subject - diff --git a/doc/rst_tools/func_document.tmpl b/doc/rst_tools/func_document.tmpl index 6c3436142..eadf4dfc8 100644 --- a/doc/rst_tools/func_document.tmpl +++ b/doc/rst_tools/func_document.tmpl @@ -93,13 +93,3 @@ $function.long_description #end if #end if - - - -Feedback ------------------- - -#set $msg_subject = 'Documentation___' + $function.name - -Please, provide your feedback on this document at krb5-bugs@mit.edu?subject=$msg_subject - diff --git a/doc/rst_tools/type_document.tmpl b/doc/rst_tools/type_document.tmpl index 1dc497556..57d1131c7 100644 --- a/doc/rst_tools/type_document.tmpl +++ b/doc/rst_tools/type_document.tmpl @@ -50,12 +50,3 @@ Members #end if #end for #end if - - -Feedback ----------- - -#set $msg_subject = 'Documentation___' + $composite.name - -Please, provide your feedback on this document at krb5-bugs@mit.edu?subject=$msg_subject -