1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpdoc >
3+ <parser >
4+ <target >docs/build/temp</target >
5+ </parser >
6+ <transformer >
7+ <target >docs/build/html</target >
8+ </transformer >
9+ <files >
10+ <directory >src</directory >
11+ <ignore >src/LaunchDarkly/Impl/*</ignore >
12+ <ignore >src/LaunchDarkly/Impl/Integrations/*</ignore >
13+ <!-- the @ignore and @internal tags currently not working correctly in phpDocumentor, so we will manually ignore these internal files: -->
14+ <ignore >src/LaunchDarkly/Clause.php</ignore >
15+ <ignore >src/LaunchDarkly/EvalResult.php</ignore >
16+ <ignore >src/LaunchDarkly/EvaluationException.php</ignore >
17+ <ignore >src/LaunchDarkly/EventProcessor.php</ignore >
18+ <ignore >src/LaunchDarkly/EventSerializer.php</ignore >
19+ <ignore >src/LaunchDarkly/FeatureFlag.php</ignore >
20+ <ignore >src/LaunchDarkly/Operators.php</ignore >
21+ <ignore >src/LaunchDarkly/PreloadedFeatureRequester.php</ignore >
22+ <ignore >src/LaunchDarkly/Prerequisite.php</ignore >
23+ <ignore >src/LaunchDarkly/Rollout.php</ignore >
24+ <ignore >src/LaunchDarkly/Rule.php</ignore >
25+ <ignore >src/LaunchDarkly/Segment.php</ignore >
26+ <ignore >src/LaunchDarkly/SegmentRule.php</ignore >
27+ <ignore >src/LaunchDarkly/SemanticVersion.php</ignore >
28+ <ignore >src/LaunchDarkly/Target.php</ignore >
29+ <ignore >src/LaunchDarkly/UnrecoverableHTTPStatusException.php</ignore >
30+ <ignore >src/LaunchDarkly/Util.php</ignore >
31+ <ignore >src/LaunchDarkly/VariationOrRollout.php</ignore >
32+ <ignore >src/LaunchDarkly/WeightedVariation.php</ignore >
33+ </files >
34+ <transformations >
35+ <template name =" clean" />
36+ </transformations >
37+ <title >
38+ LaunchDarkly PHP SDK
39+ </title >
40+ </phpdoc >
0 commit comments