~ubuntu-branches/ubuntu/intrepid/net-snmp/intrepid-updates

« back to all changes in this revision

Viewing changes to agent/helpers/table_data.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-11-28 12:29:34 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061128122934-82xxzy2zcvypnvy7
Tags: 5.2.3-4ubuntu1
* Merge from debian unstable, remaining changes:
  - remove stop links from rc0 and rc6

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#include <dmalloc.h>
18
18
#endif
19
19
 
20
 
/** @defgroup table_data table_data: Helps you implement a table with datamatted storage.
 
20
/** @defgroup table_data table_data
 
21
 *  Helps you implement a table with datamatted storage.
21
22
 *  @ingroup table
22
23
 *
23
24
 *  This helper helps you implement a table where all the indexes are
746
747
    }
747
748
    return i;
748
749
}
749
 
/*
750
 
 * @} 
 
750
/** @} 
751
751
 */