Use markdown in php docblocks & display in APIv4 Explorer
authorColeman Watts <coleman@civicrm.org>
Thu, 30 Jan 2020 01:34:49 +0000 (20:34 -0500)
committerColeman Watts <coleman@civicrm.org>
Thu, 30 Jan 2020 22:56:47 +0000 (17:56 -0500)
commit136ca5bb23d15f2d3bbe0451f9d17e217e53861a
tree55770850cd4c7688cfcc02026702514554ed70de
parent7e15e0d1233447bd1624a996e8ec5bcafff4d9e9
Use markdown in php docblocks & display in APIv4 Explorer

Reformats some docblocks to use markdown, and uses the marked.js library
to display them in the APIv4 Explorer.
14 files changed:
CRM/Api4/Page/Api4Explorer.php
Civi/Api4/ACL.php
Civi/Api4/Action/Setting/AbstractSettingAction.php
Civi/Api4/CustomValue.php
Civi/Api4/Generic/AbstractAction.php
Civi/Api4/Generic/AbstractGetAction.php
Civi/Api4/Generic/DAOGetAction.php
Civi/Api4/Utils/ReflectionUtils.php
ang/api4Explorer/Explorer.html
ang/api4Explorer/Explorer.js
api/api.php
composer.json
composer.lock
tests/phpunit/api/v4/Utils/ReflectionUtilsTest.php