diff options
Diffstat (limited to 'src/commodity.h')
-rw-r--r-- | src/commodity.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/commodity.h b/src/commodity.h index 2ed8b7b4..4c13f864 100644 --- a/src/commodity.h +++ b/src/commodity.h @@ -1,14 +1,3 @@ -/** - * @file commodity.h - * @author John Wiegley - * @date Wed Apr 18 22:05:53 2007 - * - * @brief Types for handling commodities. - * - * This file contains one of the most basic types in Ledger: - * commodity_t, and its annotated cousin, annotated_commodity_t. - */ - /* * Copyright (c) 2003-2007, John Wiegley. All rights reserved. * @@ -40,6 +29,17 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** + * @file commodity.h + * @author John Wiegley + * @date Wed Apr 18 22:05:53 2007 + * + * @brief Types for handling commodities. + * + * This file contains one of the most basic types in Ledger: + * commodity_t, and its annotated cousin, annotated_commodity_t. + */ + #ifndef _COMMODITY_H #define _COMMODITY_H |