COIN-OR::LEMON - Graph Library

Changeset 242:b255f25ad394 in lemon-0.x for src/work/athos


Ignore:
Timestamp:
03/24/04 14:06:06 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@341
Message:

DocFixes?

Location:
src/work/athos/xy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/work/athos/xy/boundingbox.h

    r240 r242  
    11// -*- c++ -*-
    2 /**
    3 Implementation of a bounding box of plainvectors.
    4 
    5 */
    62#ifndef HUGO_BOUNDINGBOX_H
    73#define HUGO_BOUNDINGBOX_H
     
    128namespace hugo {
    139
     10  /** \brief
     11     Implementation of a bounding box of plainvectors.
     12     
     13  */
    1414  template<typename T>
    1515    class BoundingBox {
  • src/work/athos/xy/xy.h

    r240 r242  
    11// -*- c++ -*-
    2 /**
    3 2 dimensional vector (plainvector) implementation
    4 
    5 */
    62#ifndef HUGO_XY_H
    73#define HUGO_XY_H
     
    117namespace hugo {
    128
     9/** \brief
     102 dimensional vector (plainvector) implementation
     11
     12*/
    1313  template<typename T>
    1414    class xy {
Note: See TracChangeset for help on using the changeset viewer.