Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
ff4bf6dd
Commit
ff4bf6dd
authored
Mar 04, 2011
by
Pekka Pessi
Browse files
utils: fix documentation
parent
b5cd21bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
utils/sip-date.c
utils/sip-date.c
+7
-7
utils/sip-options.c
utils/sip-options.c
+9
-9
No files found.
utils/sip-date.c
View file @
ff4bf6dd
...
...
@@ -24,18 +24,18 @@
/**@page sip-date Print or parse SIP date
*
* @section synopsis Synopsis
* @section
sip_date_
synopsis Synopsis
*
* <tt>sip-date [-n] [SIP-date | [YYYYy] [DDd] [HHh] [MMm] [SS[s]]]</tt>
*
* @section description Description
* @section
sip_date_
description Description
*
* @em sip-date is an utility for printing a SIP date (in the format
* specified by RFC 1123, but the timezone must always be GMT) or parsing a
* given SIP date. The date can be given as a SIP date or by giving year,
* day, hour, minutes and seconds separately.
*
* @section options Options
* @section
sip_date_
options Options
*
* The @em sip-date utility takes options as follows:
* <dl>
...
...
@@ -45,7 +45,7 @@
* </dd>
* </dl>
*
* @section examples Examples
* @section
sip_date_
examples Examples
*
* You want to convert current time to SIP date:
* @code
...
...
@@ -57,13 +57,13 @@
* 3155673600
* @endcode
*
* @section bugs Reporting Bugs
* @section
sip_date_
bugs Reporting Bugs
* Report bugs to <sofia-sip-devel@lists.sourceforge.net>.
*
* @section author Author
* @section
sip_date_
author Author
* Pekka Pessi <Pekka -dot- Pessi -at- nokia -dot- com>
*
* @section copyright Copyright
* @section
sip_date_
copyright Copyright
* Copyright (C) 2005 Nokia Corporation.
*
* This program is free software; see the source for copying conditions.
...
...
utils/sip-options.c
View file @
ff4bf6dd
...
...
@@ -24,10 +24,10 @@
/**@page sip-options Query SIP OPTIONS
*
* @section synopsis Synopsis
* @section
sip_options_
synopsis Synopsis
* <tt>sip-options [OPTIONS] target-uri </tt>
*
* @section description Description
* @section
sip_options_
description Description
* The @em sip-options utility sends a SIP OPTIONS request (or any other SIP
* request) to a SIP server.
*
...
...
@@ -35,7 +35,7 @@
* from the response, excluding From, Via, Call-ID, and CSeq. The message
* body is also printed.
*
* @section options Command Line Options
* @section
sip_options_
options Command Line Options
* The @e options utility accepts following command line options:
* <dl>
* <dt>-m url | --contact=url | --bind=url</dt>
...
...
@@ -67,29 +67,29 @@
* </dd>
* </dl>
*
* @section return Return Codes
* @section
sip_options_
return Return Codes
* <table>
* <tr><td>0<td>when successful (a 2XX-series response is received)
* <tr><td>1<td>when unsuccessful (a 3XX..6XX-series response is received)
* <tr><td>2<td>initialization failure
* </table>
*
* @section examples Examples
* @section
sip_options_
examples Examples
* You want to query supported features of sip:essip00net.nokia.com:
* @code
* $ options sip:essip00net.nokia.com
* @endcode
*
* @section environment Environment
* @section
sip_options_
environment Environment
* #SIPADDRESS, #sip_proxy, #NTA_DEBUG, #TPORT_DEBUG, #TPORT_LOG.
*
* @section bugs Reporting Bugs
* @section
sip_options_
bugs Reporting Bugs
* Report bugs to <sofia-sip-devel@lists.sourceforge.net>.
*
* @section author Author
* @section
sip_options_
author Author
* Written by Pekka Pessi <pekka -dot pessi -at- nokia -dot- com>
*
* @section copyright Copyright
* @section
sip_options_
copyright Copyright
* Copyright (C) 2005 Nokia Corporation.
*
* This program is free software; see the source for copying conditions.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment