1
1
2
- # READ THIS FIRST
2
+ # Read this first
3
3
4
4
This directory contains source files and a setup for converting
5
5
PHP's XML documentation into presentation formats like HTML and
@@ -10,7 +10,7 @@ about how the XML stuff works.
10
10
If you just want to read the documentation, look at:
11
11
https://www.php.net/docs.php
12
12
13
- # HOW TO WRITE PHPDOC FILES
13
+ # How to write phpdoc files
14
14
15
15
If you are interested in information about how to
16
16
set up the tools needed, how to work with git and
@@ -31,9 +31,9 @@ phd -d .manual.xml
31
31
However, PhD is a separate project which can be read about here:
32
32
https://wiki.php.net/doc/phd
33
33
34
- ## QUICK REFERENCE
34
+ ## Quick reference
35
35
36
- ### source checkout
36
+ ### Source checkout
37
37
38
38
For a more general git-workflow see [ the Wiki] ( https://wiki.php.net/vcs/gitworkflow#reviewing_and_closing_pull_requests ) .
39
39
Make sure to upload your SSH-key to your account at people.php.net
@@ -53,7 +53,7 @@ Change `your-language-of-choice` if you would like to check out a different lang
53
53
Where ` en/ ` contains the DocBook source files, and ` doc-base ` contains tools
54
54
and resources used in all languages.
55
55
56
- ### edits
56
+ ### Edits
57
57
58
58
* Make the change. Use spaces not tabs. Be sure to carefully watch your whitespace!
59
59
* Look at your unified diff, make sure it looks right and that whitespace changes aren't mixed in:
@@ -78,7 +78,7 @@ Read the HOWTO for more information. After reading the HOWTO,
78
78
email the phpdoc mailing list (
[email protected] ) with questions
79
79
and concerns.
80
80
81
- ### new functions
81
+ ### New functions
82
82
83
83
* Copy an existing xml file or use a skeleton from the HOWTO.
84
84
Rename and place it into the appropriate directory.
@@ -103,7 +103,7 @@ and concerns.
103
103
Note that the version numbers are taken care of elsewhere (don't worry
104
104
about them)
105
105
106
- ### some popular tags and entities
106
+ ### Some popular tags and entities
107
107
108
108
<filename> filenames
109
109
<constant> constants
0 commit comments