From 9f521b5a1a8045b3506ad549c1cee9db6eccb5d9 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Fri, 5 Feb 2021 14:08:48 +0000 Subject: [PATCH] phpdox: add page (#5239) --- pages/common/phpdox.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/phpdox.md diff --git a/pages/common/phpdox.md b/pages/common/phpdox.md new file mode 100644 index 0000000000..a1f511b6c1 --- /dev/null +++ b/pages/common/phpdox.md @@ -0,0 +1,24 @@ +# phpdox + +> A PHP documentation generator. +> More information: . + +- Display an annotated skeleton configuration XML file: + +`phpdox --skel` + +- Generate documentation for the current working directory: + +`phpdox` + +- Generate documentation using a specific configuration file: + +`phpdox --file {{path/to/phpdox.xml}}` + +- Only run the metadata collection process: + +`phpdox --collector` + +- Only run the documentation generator process: + +`phpdox --generator`