Skip to content

Commit 97da574

Browse files
committed
fix docs build
1 parent 06bf9bc commit 97da574

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ PHPDOCUMENTOR = php $(LDTOOLS_DIR)/php/phpDocumentor.phar
77
html:
88
rm -rf build/temp build/html
99
$(PHPDOCUMENTOR) \
10-
-d $(SOURCE_DIR) \
10+
-d $(SOURCE_DIR)/src \
1111
-t build/html \
12-
--ignore vendor/ \
13-
--ignore tests/ \
14-
--ignore docs/ \
12+
--ignore LaunchDarkly/Impl/ \
1513
--visibility public \
1614
--defaultpackagename "SDK" \
1715
--title "${LD_RELEASE_DOCS_TITLE} ${LD_RELEASE_VERSION}"

src/LaunchDarkly/Impl/Integrations/DynamoDbFeatureRequester.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
use Aws\DynamoDb\DynamoDbClient;
55

6+
/**
7+
* @internal
8+
*/
69
class DynamoDbFeatureRequester extends FeatureRequesterBase
710
{
811
/** @var string */

0 commit comments

Comments
 (0)