minor doc generator update

This commit is contained in:
Arvid Norberg 2013-08-02 04:52:11 +00:00
parent c0a0769aea
commit 0a0af03d9d
2 changed files with 4 additions and 3 deletions

View File

@ -26,10 +26,10 @@ internal = '--internal' in sys.argv
category_mapping = {
'error_code.hpp': 'Error Codes',
'file.hpp': 'File',
'storage.hpp': 'Storage',
'storage.hpp': 'Custom Storage',
'storage_defs.hpp': 'Storage',
'file_storage.hpp': 'Storage',
'file_pool.hpp': 'Storage',
'file_pool.hpp': 'Custom Storage',
'extensions.hpp': 'Plugins',
'ut_metadata.hpp': 'Plugins',
'ut_pex.hpp': 'Plugins',

View File

@ -31,6 +31,7 @@ TARGETS = index \
reference-Error_Codes \
reference-Time \
reference-Storage \
reference-Custom_Storage \
reference-Utility \
reference-Bencoding \
reference-Alerts \
@ -50,7 +51,7 @@ all: html
todo.html:gen_todo.py ../src/*.cpp ../include/libtorrent/*.hpp
python gen_todo.py
reference.rst:gen_reference_doc.py ../include/libtorrent/*.hpp
reference.rst reference-Core.rst reference-String.rst reference-Storage.rst:gen_reference_doc.py ../include/libtorrent/*.hpp
python gen_reference_doc.py
%.epub:%.rst