11
2- # READ THIS FIRST
2+ # Read this first
33
44This directory contains source files and a setup for converting
55PHP's XML documentation into presentation formats like HTML and
@@ -10,7 +10,7 @@ about how the XML stuff works.
1010If you just want to read the documentation, look at:
1111https://www.php.net/docs.php
1212
13- # HOW TO WRITE PHPDOC FILES
13+ # How to write phpdoc files
1414
1515If you are interested in information about how to
1616set up the tools needed, how to work with git and
@@ -31,9 +31,9 @@ phd -d .manual.xml
3131However, PhD is a separate project which can be read about here:
3232https://wiki.php.net/doc/phd
3333
34- ## QUICK REFERENCE
34+ ## Quick reference
3535
36- ### source checkout
36+ ### Source checkout
3737
3838For a more general git-workflow see [ the Wiki] ( https://wiki.php.net/vcs/gitworkflow#reviewing_and_closing_pull_requests ) .
3939Make 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
5353Where ` en/ ` contains the DocBook source files, and ` doc-base ` contains tools
5454and resources used in all languages.
5555
56- ### edits
56+ ### Edits
5757
5858* Make the change. Use spaces not tabs. Be sure to carefully watch your whitespace!
5959* 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,
7878email the phpdoc mailing list (phpdoc@lists.php.net ) with questions
7979and concerns.
8080
81- ### new functions
81+ ### New functions
8282
8383* Copy an existing xml file or use a skeleton from the HOWTO.
8484 Rename and place it into the appropriate directory.
@@ -103,7 +103,7 @@ and concerns.
103103Note that the version numbers are taken care of elsewhere (don't worry
104104about them)
105105
106- ### some popular tags and entities
106+ ### Some popular tags and entities
107107
108108 <filename> filenames
109109 <constant> constants
0 commit comments