diff options
Diffstat (limited to 'src/commodity.cc')
-rw-r--r-- | src/commodity.cc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/commodity.cc b/src/commodity.cc index 6731992d..de801898 100644 --- a/src/commodity.cc +++ b/src/commodity.cc @@ -1,13 +1,3 @@ -/** - * @file commodity.cc - * @author John Wiegley - * @date Thu Apr 26 15:19:46 2007 - * - * @brief Types for dealing with commodities. - * - * This file defines member functions for flavors of commodity_t. - */ - /* * Copyright (c) 2003-2007, John Wiegley. All rights reserved. * @@ -39,6 +29,16 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** + * @file commodity.cc + * @author John Wiegley + * @date Thu Apr 26 15:19:46 2007 + * + * @brief Types for dealing with commodities. + * + * This file defines member functions for flavors of commodity_t. + */ + #include "amount.h" namespace ledger { |