From 320663df78719ae0daaf67a8614b40d7cb503e3f Mon Sep 17 00:00:00 2001 From: Chip Childers Date: Thu, 8 Aug 2013 09:36:38 -0400 Subject: [PATCH] fixing build error with message Need to add a category for createCacheStore.xml to :known_categories --- tools/apidoc/gen_toc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py index 9e390252e0b..9c53a48ec52 100644 --- a/tools/apidoc/gen_toc.py +++ b/tools/apidoc/gen_toc.py @@ -156,7 +156,8 @@ known_categories = { 'Baremetal' : 'Baremetal', 'UCS' : 'UCS', 'Ucs' : 'UCS', - 'CacheStores' : 'Cache Stores' + 'CacheStores' : 'Cache Stores', + 'CacheStore' : 'Cache Store' }