diff --git a/_posts/15-01-01-Documenting.md b/_posts/15-01-01-Documenting.md new file mode 100644 index 0000000..b1242aa --- /dev/null +++ b/_posts/15-01-01-Documenting.md @@ -0,0 +1,5 @@ +--- +anchor: documenting +--- + +# Documenting your Code {#documenting_title} diff --git a/_posts/17-01-01-PHPDoc.md b/_posts/15-02-01-PHPDoc.md similarity index 97% rename from _posts/17-01-01-PHPDoc.md rename to _posts/15-02-01-PHPDoc.md index 6bbce12..cfbc758 100644 --- a/_posts/17-01-01-PHPDoc.md +++ b/_posts/15-02-01-PHPDoc.md @@ -1,8 +1,10 @@ --- -anchor: phpdoc +isChild: true +title: PHPDoc +anchor: phpdoc --- -# PHPDoc {#phpdoc} +## PHPDoc {#phpdoc_title} PHPDoc is an informal standard for commenting PHP code. There are a *lot* of different [tags] available. The full list of tags and examples can be found at the [PHPDoc manual].