diff --git a/docs/manual.html b/docs/manual.html index ae1feaf4d..c666d2ab2 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -1364,6 +1364,7 @@ public: std::vector<announce_entry> const& trackers() const; file_storage const& files() const; + file_storage& files(); typedef file_storage::iterator file_iterator; typedef file_storage::reverse_iterator reverse_file_iterator; diff --git a/docs/template.txt b/docs/template.txt index bb97043f3..411bb7324 100644 --- a/docs/template.txt +++ b/docs/template.txt @@ -23,20 +23,6 @@
%(body_pre_docinfo)s - -
- - -
- %(docinfo)s %(body)s