From 37ed4b75ebf02552ec1451cbf78bf60873a04bb8 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Mon, 13 Feb 2012 14:29:14 -0800 Subject: [PATCH] Added a 'Simulator' entry to the category list. --- setup/apidoc/gen_toc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/apidoc/gen_toc.py b/setup/apidoc/gen_toc.py index a4d5c958e1d..f0d6d2ed4c1 100644 --- a/setup/apidoc/gen_toc.py +++ b/setup/apidoc/gen_toc.py @@ -40,6 +40,7 @@ dirname_to_dirname = { known_categories = { + 'Simulator': 'Simulator', 'SystemVm': 'System VM', 'VirtualMachine': 'Virtual Machine', 'VM': 'Virtual Machine',