minor doc generator update
This commit is contained in:
parent
c0a0769aea
commit
0a0af03d9d
|
@ -26,10 +26,10 @@ internal = '--internal' in sys.argv
|
||||||
category_mapping = {
|
category_mapping = {
|
||||||
'error_code.hpp': 'Error Codes',
|
'error_code.hpp': 'Error Codes',
|
||||||
'file.hpp': 'File',
|
'file.hpp': 'File',
|
||||||
'storage.hpp': 'Storage',
|
'storage.hpp': 'Custom Storage',
|
||||||
'storage_defs.hpp': 'Storage',
|
'storage_defs.hpp': 'Storage',
|
||||||
'file_storage.hpp': 'Storage',
|
'file_storage.hpp': 'Storage',
|
||||||
'file_pool.hpp': 'Storage',
|
'file_pool.hpp': 'Custom Storage',
|
||||||
'extensions.hpp': 'Plugins',
|
'extensions.hpp': 'Plugins',
|
||||||
'ut_metadata.hpp': 'Plugins',
|
'ut_metadata.hpp': 'Plugins',
|
||||||
'ut_pex.hpp': 'Plugins',
|
'ut_pex.hpp': 'Plugins',
|
||||||
|
|
|
@ -31,6 +31,7 @@ TARGETS = index \
|
||||||
reference-Error_Codes \
|
reference-Error_Codes \
|
||||||
reference-Time \
|
reference-Time \
|
||||||
reference-Storage \
|
reference-Storage \
|
||||||
|
reference-Custom_Storage \
|
||||||
reference-Utility \
|
reference-Utility \
|
||||||
reference-Bencoding \
|
reference-Bencoding \
|
||||||
reference-Alerts \
|
reference-Alerts \
|
||||||
|
@ -50,7 +51,7 @@ all: html
|
||||||
todo.html:gen_todo.py ../src/*.cpp ../include/libtorrent/*.hpp
|
todo.html:gen_todo.py ../src/*.cpp ../include/libtorrent/*.hpp
|
||||||
python gen_todo.py
|
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
|
python gen_reference_doc.py
|
||||||
|
|
||||||
%.epub:%.rst
|
%.epub:%.rst
|
||||||
|
|
Loading…
Reference in New Issue