Skip to content

Commit

Permalink
Merge pull request #4863 from mhsdesign/task/excludeInternalNeosUiHel…
Browse files Browse the repository at this point in the history
…perFromDocs

TASK: Exclude possible EEL helpers residing in `Neos.Ui` as they are internal
  • Loading branch information
mhsdesign authored Jan 31, 2024
2 parents 76937c3 + 3d0c092 commit c0745b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Neos.Neos/Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ Neos:
savePathAndFilename: '%FLOW_PATH_PACKAGES%Neos/Neos.Neos/Documentation/References/EelHelpersReference.rst'
affectedClasses:
interface: Neos\Eel\ProtectedContextAwareInterface
classNamePattern: '/^.*Helper$/i'
# exclude possible EEL helpers residing in `Neos.Ui` as they are internal
classNamePattern: '/^(?!Neos\\Neos\\Ui\\).*Helper$/i'
parser:
implementationClassName: Neos\DocTools\Domain\Service\EelHelperClassParser

0 comments on commit c0745b5

Please sign in to comment.