APIDOC beautification

This commit is contained in:
Carsten Brandt
2014-03-11 06:51:13 +01:00
parent f41f55a00c
commit 5ad0efe36a
15 changed files with 219 additions and 133 deletions

View File

@@ -19,12 +19,12 @@ if ($protected && count($type->getProtectedMethods()) == 0 || !$protected && cou
return;
} ?>
<div class="summary docMethod">
<div class="summary doc-method">
<h2><?= $protected ? 'Protected Methods' : 'Public Methods' ?></h2>
<p><a href="#" class="toggle">Hide inherited methods</a></p>
<table class="summaryTable table table-striped table-bordered table-hover">
<table class="summary-table table table-striped table-bordered table-hover">
<colgroup>
<col class="col-method" />
<col class="col-description" />