Source for file link.php

Documentation is available at link.php


1 <?php
2 /**
3 * Page level docblock for link test
4 * @package Examples
5 * @author Derick Rethans <derick@php.net>
6 */
7 /**
8 * Function link_foo1
9 *
10 * The following adds a link at the end of the description block.
11 * @link http://www.example.com example link
12 */
13 function link_foo1() {
14 }
15
16 /**
17 * Function link_foo2
18 *
19 * This is a {@link foo1() link to foo1}, inline rendered in the
20 * documentation.
21 */
22 function link_foo2() {
23 }
24 ?>

Documentation generated on Tue, 18 Nov 2003 18:06:11 +0100 by phpDocumentor 1.2.2