Changeset 2071
- Timestamp:
- Sep 24, 2009, 5:19:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.developer
r2067 r2071 58 58 59 59 === Doxygen === 60 We generate our documentation using [http://www.doxygen.org Doxygen] (version 1.5 or later). Doxygen allows several different styles. We try to use the following style as we have found this minimizes parsing problems: 60 We generate our documentation using [http://www.doxygen.org Doxygen] 61 (version 1.5 or later). Doxygen allows several different styles. We 62 try to use the following style as we have found this minimizes parsing 63 problems: 61 64 62 65 {{{ … … 80 83 }}} 81 84 82 We use doxygen keywords preceded by `\` such as `\brief`, `\return`. All classes and functions have a brief description, which increases clarity on summary pages. 83 84 Try to keep comment line lengths within the terminal character limit, in other words, less than 80 characters per line. This makes the comments more readable. 85 We use doxygen keywords preceded by `\` such as `\brief`, 86 `\return`. All classes and functions have a brief description, which 87 increases clarity on summary pages. 88 89 Try to keep comment line lengths within the terminal character limit, 90 in other words, less than 80 characters per line. This makes the 91 comments more readable. 85 92 86 93 '''Internal Interface''' … … 202 209 Copyright (C) 2003 Jari Häkkinen, Peter Johansson 203 210 Copyright (C) 2004 Jari Häkkinen 204 Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 205 Copyright (C) 2009 Jari Häkkinen 211 Copyright (C) 2006, 2007, 2008, 2009 Jari Häkkinen, Peter Johansson 206 212 207 213 This file is part of yat library, http://dev.thep.lu.se/yat
Note: See TracChangeset
for help on using the changeset viewer.