Changeset 2071


Ignore:
Timestamp:
Sep 24, 2009, 5:19:44 PM (14 years ago)
Author:
Peter
Message:

wrapping some long lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.developer

    r2067 r2071  
    5858
    5959=== 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:
     60We generate our documentation using [http://www.doxygen.org Doxygen]
     61(version 1.5 or later). Doxygen allows several different styles. We
     62try to use the following style as we have found this minimizes parsing
     63problems:
    6164
    6265{{{
     
    8083}}}
    8184
    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.
     85We use doxygen keywords preceded by `\` such as `\brief`,
     86`\return`. All classes and functions have a brief description, which
     87increases clarity on summary pages.
     88
     89Try to keep comment line lengths within the terminal character limit,
     90in other words, less than 80 characters per line. This makes the
     91comments more readable.
    8592
    8693'''Internal Interface'''
     
    202209Copyright (C) 2003 Jari Häkkinen, Peter Johansson
    203210Copyright (C) 2004 Jari Häkkinen
    204 Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson
    205 Copyright (C) 2009 Jari Häkkinen
     211Copyright (C) 2006, 2007, 2008, 2009 Jari Häkkinen, Peter Johansson
    206212
    207213This file is part of yat library, http://dev.thep.lu.se/yat
Note: See TracChangeset for help on using the changeset viewer.