[DOC-CVS] [doc-base] master: Update phpdoc completion script options (#290)

[email protected] (Jordi Kroon via GitHub) Tue, 12 May 2026 18:24:32 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Jordi Kroon (jordikroon)
Committer: GitHub (web-flow)
Pusher: jordikroon
Date: 2026-05-12T20:24:29+02:00

Commit: https://github.com/php/doc-base/commit/9be9fbb2b922d12ef1a14209484996257c662e29
Raw diff: https://github.com/php/doc-base/commit/9be9fbb2b922d12ef1a14209484996257c662e29.diff

Update phpdoc completion script options (#290)

Changed paths:
  M  scripts/helpers/phpdoc-completion.sh


Diff:

diff --git a/scripts/helpers/phpdoc-completion.sh b/scripts/helpers/phpdoc-completion.sh
index ecef9d50ae..19bf30c199 100755
--- a/scripts/helpers/phpdoc-completion.sh
+++ b/scripts/helpers/phpdoc-completion.sh
@@ -12,20 +12,20 @@ _phpdoc()
         --srcdir=
         --basedir=
         --rootdir=
-        --enable-force-dom-save
         --enable-chm
-        --enable-howto
-        --with-lang=
-        --disable-segfault-error
-        --disable-segfault-speed
+        --enable-xml-details
         --disable-version-files
+        --disable-sources-file
+        --disable-history-file
         --disable-libxml-check
         --with-php=
+        --with-lang=
         --with-partial=
-        --generate=
-        --output=
         --disable-broken-file-listing
-        --redirect-stderr-to-stdout"
+        --disable-xpointer-reporting
+        --redirect-stderr-to-stdout
+        --output=
+        --generate="
 
     if [[ ${cur} == -* ]] ; then
         COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
@@ -33,4 +33,4 @@ _phpdoc()
     fi
 }
 
-complete -F _phpdoc phpdoc
\ No newline at end of file
+complete -F _phpdoc phpdoc