mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Minor fixups to Doxygen comments.
The \example tags marks an entire file as an example, not a code snippet. ........ Merged revisions 387823 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@387824 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -198,7 +198,7 @@ static int _pgsql_exec(const char *database, const char *tablename, const char *
|
||||
* \return -1 on query failure
|
||||
* \return 0 on success
|
||||
*
|
||||
* \example
|
||||
* \code
|
||||
* int i, rows;
|
||||
* PGresult *result;
|
||||
* char *field_name, *field_type, *field_len, *field_notnull, *field_default;
|
||||
@@ -213,7 +213,7 @@ static int _pgsql_exec(const char *database, const char *tablename, const char *
|
||||
* field_notnull = PQgetvalue(result, i, 3);
|
||||
* field_default = PQgetvalue(result, i, 4);
|
||||
* }
|
||||
*
|
||||
* \endcode
|
||||
*/
|
||||
static int pgsql_exec(const char *database, const char *tablename, const char *sql, PGresult **result)
|
||||
{
|
||||
|
Reference in New Issue
Block a user