diff --git a/.gitignore b/.gitignore index 69004d5..4da99c4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,3 @@ composer.lock coverage/ vendor/ - diff --git a/CHANGELOG.md b/CHANGELOG.md index 61382ce..e5f3cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # 1.x branch ## 1.0 branch +### 1.0.8 +* APIs are now generated by `phpDocumentor` and no longer by` apigen`. + ### 1.0.7 * added tests for lower dependencies; * no longer uses `File` and `Folder` classes; diff --git a/apigen.neon b/apigen.neon deleted file mode 100644 index acb80ca..0000000 --- a/apigen.neon +++ /dev/null @@ -1,69 +0,0 @@ -source: - - src/ - -destination: ../cakephp-link-scanner-gh-pages - -# Access levels of included method and properties. (default: ["public","protected"]) (multiple values allowed) -accessLevels: - - public - - private - - protected - -# Generate page with elements with specific annotation. -# not sure what these are, guess I'll hafta learn about em' -#annotationGroups: - -# Base url used for sitemap (useful for public doc). -#baseUrl: http://docs.example.com - -# Custom google search engine id (for search box). -#googleCseId: {put it here!} - -# Google Analytics tracking code. -#googleAnalytics: {put it here} - -# Generate documentation for elements marked as @deprecated -deprecated: true - -# Scanned file extensions. (default: ["php"]) (multiple values allowed) -#extensions: -# - php - -# Directories and files matching this mask will not be parsed (e.g. */tests/*). (multiple values allowed) -#exclude: -# - vendor/ -# - logs/ - -# The way elements are grouped in menu. (default: "auto") (options: auto, namespaces[=default], packages) -groups: namespaces - -# Charset of scanned files. (multiple values allowed) -#charset: -# - utf-8 - -# Elements with this name prefix will be first in tree. -main: LinkScanner - -# Include elements marked as @internal. -internal: true - -# Files matching this mask will be included in class tree, but will not create a link to their documentation. (multiple values allowed) -#skipDocPath: - -# Do not generate highlighted source code for elements. -#noSourceCode: - -# ApiGen template theme name. (default: "default") -#templateTheme: bootstrap - -# Your own template config, has higher priority templateTheme. -#templateConfig: - -# Title of generated documentation. -title: cakephp-link-scanner - -# Generate documentation for elements marked as @todo. -todo: true - -# Generate tree view of classes, interfaces, traits and exceptions. -tree: true diff --git a/appveyor.yml b/appveyor.yml index 8e58dfc..40ddd29 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ init: install: - cd c:\ - - curl -fsS -o php.zip https://windows.php.net/downloads/releases/php-7.2.22-nts-Win32-VC15-x86.zip + - curl -fsS -o php.zip https://windows.php.net/downloads/releases/latest/php-7.2-nts-Win32-VC15-x86-latest.zip - 7z x php.zip -oc:\php > nul - cd c:\php - copy php.ini-production php.ini diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 6d4b1c5..5cc1928 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -1,27 +1,7 @@ - + . - - - - 0 - - - 0 - - - 0 - - - /webroot - - - *.min.css - *.min.js - /config/ckeditor/build-config.js - /config/Migrations - /coverage - /vendor + diff --git a/phpdoc.xml b/phpdoc.xml new file mode 100644 index 0000000..a912060 --- /dev/null +++ b/phpdoc.xml @@ -0,0 +1,17 @@ + + + cakephp-link-scanner + + cakephp-link-scanner + ../cakephp-link-scanner-gh-pages/cache + + + ../cakephp-link-scanner-gh-pages + + + src + + +