summaryrefslogtreecommitdiff
path: root/src/compare.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compare.h')
-rw-r--r--src/compare.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/compare.h b/src/compare.h
index 4383bd00..09abbd2a 100644
--- a/src/compare.h
+++ b/src/compare.h
@@ -29,6 +29,20 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/**
+ * @addtogroup data
+ */
+
+/**
+ * @file compare.h
+ * @author John Wiegley
+ *
+ * @ingroup data
+ *
+ * @brief Brief
+ *
+ * Long.
+ */
#ifndef _COMPARE_H
#define _COMPARE_H
@@ -38,6 +52,11 @@
namespace ledger {
+/**
+ * @brief Brief
+ *
+ * Long.
+ */
template <typename T>
class compare_items
{