diff options
author | Zhanna Tsitkov <tsitkova@mit.edu> | 2012-03-08 15:51:43 +0000 |
---|---|---|
committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2012-03-08 15:51:43 +0000 |
commit | fcfb104dafb2ee34138a027b05e548fd4a77c0cb (patch) | |
tree | 715215f5ba2b4e69dbe8b2e491ddee5cc7505163 /doc/rst_tools | |
parent | 12c026769e848d510acb6740c0e045b02f692bf0 (diff) | |
download | krb5-fcfb104dafb2ee34138a027b05e548fd4a77c0cb.tar.gz krb5-fcfb104dafb2ee34138a027b05e548fd4a77c0cb.tar.xz krb5-fcfb104dafb2ee34138a027b05e548fd4a77c0cb.zip |
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
Diffstat (limited to 'doc/rst_tools')
-rw-r--r-- | doc/rst_tools/define_document.tmpl | 9 | ||||
-rw-r--r-- | doc/rst_tools/func_document.tmpl | 10 | ||||
-rw-r--r-- | doc/rst_tools/type_document.tmpl | 9 |
3 files changed, 0 insertions, 28 deletions
diff --git a/doc/rst_tools/define_document.tmpl b/doc/rst_tools/define_document.tmpl index f3260a6a5a..b578ba9fc4 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 6c34361422..eadf4dfc83 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 1dc497556f..57d1131c77 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 - |