summaryrefslogtreecommitdiff
path: root/src/compare.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-08 14:59:11 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-08 14:59:11 -0500
commit394c7bd8dfbe12e09b7fdee8d5c4072f4336d545 (patch)
tree55a1d3376e1549c4e334c917851c341be6973e0c /src/compare.h
parent55c7792c9329f97dd19fc5aeca466cb2de4fbf9c (diff)
downloadfork-ledger-394c7bd8dfbe12e09b7fdee8d5c4072f4336d545.tar.gz
fork-ledger-394c7bd8dfbe12e09b7fdee8d5c4072f4336d545.tar.bz2
fork-ledger-394c7bd8dfbe12e09b7fdee8d5c4072f4336d545.zip
Removed a bunch of empty comments
Diffstat (limited to 'src/compare.h')
-rw-r--r--src/compare.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/compare.h b/src/compare.h
index c0a72327..740ba275 100644
--- a/src/compare.h
+++ b/src/compare.h
@@ -38,10 +38,6 @@
* @author John Wiegley
*
* @ingroup data
- *
- * @brief Brief
- *
- * Long.
*/
#ifndef _COMPARE_H
#define _COMPARE_H
@@ -56,11 +52,6 @@ class account_t;
void push_sort_value(std::list<sort_value_t>& sort_values,
expr_t::ptr_op_t node, scope_t& scope);
-/**
- * @brief Brief
- *
- * Long.
- */
template <typename T>
class compare_items
{