Registering correct master version

This commit is contained in:
Ingo Schommer 2013-01-22 12:16:11 +01:00
parent fb7c77b1cc
commit 35b7f6c45e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ DocumentationService::set_automatic_registration(false);
DocumentationSearch::enable();
try {
DocumentationService::register("framework", BASE_PATH ."/src/framework/docs/", 'trunk');
DocumentationService::register("framework", BASE_PATH ."/src/framework_master/docs/", 'trunk');
DocumentationService::register("framework", BASE_PATH ."/src/framework_3.1/docs/", '3.1');
DocumentationService::register("framework", BASE_PATH ."/src/framework_3.0/docs/", '3.0', false, true);
DocumentationService::register("framework", BASE_PATH ."/src/framework_2.4/docs/", '2.4');