From 54599b86e7d0ad0b623e1071801e9106fa2b3a62 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Mon, 10 Mar 2014 10:30:43 +0100 Subject: [PATCH] removed documentation for test methods --- Documentation/ImplementorManual/HttpSystem.md | 24 ------------------- .../ImplementorManual/HttpSystemTOC.md | 6 ----- 2 files changed, 30 deletions(-) diff --git a/Documentation/ImplementorManual/HttpSystem.md b/Documentation/ImplementorManual/HttpSystem.md index 6e5b0c4585..83502c3e3d 100644 --- a/Documentation/ImplementorManual/HttpSystem.md +++ b/Documentation/ImplementorManual/HttpSystem.md @@ -30,28 +30,4 @@ monitoring of the server. @anchor HttpSystemAdminServerRole @copydetails JSF_get_admin_server_role -@CLEARPAGE -@anchor HttpSystemAdminDescriptionShardingGET -@copydetails JSF_cluster_test_GET - -@CLEARPAGE -@anchor HttpSystemAdminDescriptionShardingPUT -@copydetails JSF_cluster_test_PUT - -@CLEARPAGE -@anchor HttpSystemAdminDescriptionShardingPOST -@copydetails JSF_cluster_test_POST - -@CLEARPAGE -@anchor HttpSystemAdminDescriptionShardingDELETE -@copydetails JSF_cluster_test_DELETE - -@CLEARPAGE -@anchor HttpSystemAdminDescriptionShardingPATCH -@copydetails JSF_cluster_test_PATCH - -@CLEARPAGE -@anchor HttpSystemAdminDescriptionShardingHEAD -@copydetails JSF_cluster_test_HEAD - @BNAVIGATE_HttpSystem diff --git a/Documentation/ImplementorManual/HttpSystemTOC.md b/Documentation/ImplementorManual/HttpSystemTOC.md index 126152ad00..19800c7064 100644 --- a/Documentation/ImplementorManual/HttpSystemTOC.md +++ b/Documentation/ImplementorManual/HttpSystemTOC.md @@ -8,9 +8,3 @@ TOC {#HttpSystemTOC} - @ref HttpSystemAdminStatistics "GET /_admin/statistics" - @ref HttpSystemAdminStatisticsDescription "GET /_admin/statistics-descriptions" - @ref HttpSystemAdminServerRole "GET /_admin/server/role" - - @ref HttpSystemAdminDescriptionShardingGET "GET /_admin/sharding-test" - - @ref HttpSystemAdminDescriptionShardingPUT "PUT /_admin/sharding-test" - - @ref HttpSystemAdminDescriptionShardingPOST "POST /_admin/sharding-test" - - @ref HttpSystemAdminDescriptionShardingDELETE "DELETE /_admin/sharding-test" - - @ref HttpSystemAdminDescriptionShardingPATCH "PATCH /_admin/sharding-test" - - @ref HttpSystemAdminDescriptionShardingHEAD "HEAD /_admin/sharding-test"