Skip to content

Commit

Permalink
Merge pull request #2 from BaguettePHP/update/docs
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
zonuexe authored Oct 24, 2023
2 parents cc53e72 + a121420 commit b377865
Show file tree
Hide file tree
Showing 84 changed files with 12,102 additions and 7,471 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
docs: bin/apigen apigen.neon src/Object/*.php
php bin/apigen generate
php bin/apigen --workers 1

bin/apigen:
php -r 'copy("https://github.com/ApiGen/ApiGen/releases/download/v4.1.2/apigen.phar", "bin/apigen"); chmod("bin/apigen", 0755);'
php -r 'copy("https://github.com/ApiGen/ApiGen/releases/download/v7.0.0-alpha.6/apigen.phar", "bin/apigen"); chmod("bin/apigen", 0755);'

.PHONY: test
.PHONY: test docs
test: src/Object/*.php tests/*.php
php vendor/bin/phpunit
5 changes: 5 additions & 0 deletions apigen.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
parameters:
paths:
- src
outputDir: '%workingDir%/docs'
title: "ξ ^ω^)ξ Teto PHP Objectsystem"
111 changes: 0 additions & 111 deletions docs/404.html

This file was deleted.

Loading

0 comments on commit b377865

Please sign in to comment.