From 6beb14f2a8da6217271d8096457110d64505405b Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 7 Aug 2013 03:46:54 +0000 Subject: [PATCH] fix documentation generation issue with sha1_hash --- docs/gen_reference_doc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gen_reference_doc.py b/docs/gen_reference_doc.py index 8e79108ac..9794e6959 100644 --- a/docs/gen_reference_doc.py +++ b/docs/gen_reference_doc.py @@ -59,7 +59,7 @@ category_mapping = { 'socket_io.hpp': 'Network', 'rss.hpp': 'RSS', 'bitfield.hpp': 'Utility', - 'peer_id.hpp': 'Utility', + 'sha1_hash.hpp': 'Utility', 'identify_client.hpp': 'Utility', 'thread.hpp': 'Utility', 'ip_filter.hpp': 'Filter',