Move the code documenting chapter up and put PHPDoc in a sub-section

There are other documentation tools out there. At the least there should be the possibility to add these.
This commit is contained in:
jrfnl
2014-12-08 23:59:06 +01:00
parent f3db6b7ad4
commit 695a52ae34
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
anchor: documenting
---
# Documenting your Code {#documenting_title}

View File

@@ -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].