9.1.15 @indicateurl
{uniform-resource-locator}
Use the @indicateurl
command to indicate a uniform resource
locator on the World Wide Web. This is analogous to @file
,
@var
, etc., and is purely for markup purposes. It does not
produce a link you can follow in HTML output (use the @uref
command for that, see section @uref
). It is useful for
url's which do not actually exist. For example:
| For example, the url might be @indicateurl{http://example.org/path}.
|
which produces:
| For example, the url might be <http://example.org/path >.
|