forked from launchdarkly/php-server-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpdoc.dist.xml
More file actions
40 lines (40 loc) · 1.62 KB
/
phpdoc.dist.xml
File metadata and controls
40 lines (40 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8" ?>
<phpdoc>
<parser>
<target>docs/build/temp</target>
</parser>
<transformer>
<target>docs/build/html</target>
</transformer>
<files>
<directory>src</directory>
<ignore>src/LaunchDarkly/Impl/*</ignore>
<ignore>src/LaunchDarkly/Impl/Integrations/*</ignore>
<!-- the @ignore and @internal tags currently not working correctly in phpDocumentor, so we will manually ignore these internal files: -->
<ignore>src/LaunchDarkly/Clause.php</ignore>
<ignore>src/LaunchDarkly/EvalResult.php</ignore>
<ignore>src/LaunchDarkly/EvaluationException.php</ignore>
<ignore>src/LaunchDarkly/EventProcessor.php</ignore>
<ignore>src/LaunchDarkly/EventSerializer.php</ignore>
<ignore>src/LaunchDarkly/FeatureFlag.php</ignore>
<ignore>src/LaunchDarkly/Operators.php</ignore>
<ignore>src/LaunchDarkly/PreloadedFeatureRequester.php</ignore>
<ignore>src/LaunchDarkly/Prerequisite.php</ignore>
<ignore>src/LaunchDarkly/Rollout.php</ignore>
<ignore>src/LaunchDarkly/Rule.php</ignore>
<ignore>src/LaunchDarkly/Segment.php</ignore>
<ignore>src/LaunchDarkly/SegmentRule.php</ignore>
<ignore>src/LaunchDarkly/SemanticVersion.php</ignore>
<ignore>src/LaunchDarkly/Target.php</ignore>
<ignore>src/LaunchDarkly/UnrecoverableHTTPStatusException.php</ignore>
<ignore>src/LaunchDarkly/Util.php</ignore>
<ignore>src/LaunchDarkly/VariationOrRollout.php</ignore>
<ignore>src/LaunchDarkly/WeightedVariation.php</ignore>
</files>
<transformations>
<template name="clean"/>
</transformations>
<title>
LaunchDarkly PHP SDK
</title>
</phpdoc>