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',