diff options
author | friendica <info@friendica.com> | 2013-02-25 17:09:40 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-25 17:09:40 -0800 |
commit | ea3940c4b0b8232e2de0771811b9f90ade9ee45f (patch) | |
tree | 8e467fe368a34e01a49532467bb1071dce846be6 /include/text.php | |
parent | ddc478a331bbab69e05befbc8ba296367e11c5c0 (diff) | |
download | volse-hubzilla-ea3940c4b0b8232e2de0771811b9f90ade9ee45f.tar.gz volse-hubzilla-ea3940c4b0b8232e2de0771811b9f90ade9ee45f.tar.bz2 volse-hubzilla-ea3940c4b0b8232e2de0771811b9f90ade9ee45f.zip |
start formatting for Doxygen
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 523970bf4..b6fa49f81 100644 --- a/include/text.php +++ b/include/text.php @@ -1,4 +1,4 @@ -<?php +<?php /** @file */ // This is our template processor. // $s is the string requiring macro substitution. |