Skip to content

Commit

Permalink
Merge pull request #3 from reload/README-cleanup
Browse files Browse the repository at this point in the history
Cleanup README
  • Loading branch information
arnested authored Dec 6, 2024
2 parents e665bb0 + ba32ed8 commit fbd6f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 113 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docs: src vendor
docker run --user=$(shell id -u) --rm -v ".:/data" "phpdoc/phpdoc:3"

README.md: src docs
cp docs/classes/Reload/Cpr/CprNumber.md README.md
sed 's/\(__construct.*\): mixed/\1/' < docs/classes/Reload/Cpr/CprNumber.md | grep -v '\*\*\*' | grep -v 'Automatically generated on' | cat -s > README.md

test: phpunit

Expand Down
113 changes: 1 addition & 112 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbd6f8d

Please sign in to comment.