From 48ce9ef50b668e4c42c0f7b122e33f339a802666 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Oct 2016 10:39:00 +0800 Subject: [PATCH] CodeDoc.php --- CodeDoc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CodeDoc.php b/CodeDoc.php index 80b6b76..5c0998d 100644 --- a/CodeDoc.php +++ b/CodeDoc.php @@ -397,6 +397,8 @@ class PHP_CodeDoc { $cats = $ar[$cls->name]; unset($ar[$cls->name]); print_R($cats); + print_R($cls); + exit; foreach($ar as $fn => $data) { if (!$data){ continue; -- 2.39.2