We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9997ac8 commit c23cce6Copy full SHA for c23cce6
setup.py
@@ -7,9 +7,26 @@
7
requirements = f.read()
8
9
long_desc = '''
10
-This package contains the phpdomain Sphinx extension.
+This package provides a Sphinx extension for documenting PHP projects.
11
12
-This extension provides a PHP domain for sphinx
+PHP Domain supports following objects:
13
+
14
+* Global variable
15
+* Global function
16
+* Constants
17
+* Namespaces
18
19
+ * Functions
20
+ * Class
21
22
+* Class
23
24
+ * Class constant
25
+ * Instance methods
26
+ * Static methods
27
+ * Properties
28
29
+* Enums
30
'''
31
32
setup(
0 commit comments