Doxygen standard
This commit is contained in:
parent
6ef8d18297
commit
e354a75dc8
1 changed files with 5 additions and 3 deletions
|
@ -1,11 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* return the default robots.txt
|
* @file mod/robots_text.php
|
||||||
* @version 0.1.1
|
* @brief Module which returns the default robots.txt
|
||||||
|
* @version 0.1.2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Simple robots.txt
|
* Return at init
|
||||||
* @param App $a
|
* @param App $a
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue