COIN-OR::LEMON - Graph Library

Changeset 508:95f8f7171bae in lemon-0.x


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

docfix.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/Doxyfile

    r507 r508  
    439439# the \include command).
    440440
    441 EXAMPLE_PATH           = examples
     441EXAMPLE_PATH           =
    442442
    443443# If the value of the EXAMPLE_PATH tag contains directories, you can use the
  • src/include/error.h

    r491 r508  
    2222   * \todo Don't we need different kind of exceptions for different kind
    2323   * of errors?
    24    * Shouldn't we use <stdexcept> instead?
     24   * Shouldn't we use \<stdexcept\> instead?
    2525   */
    2626  class Exception : public std::exception {
  • src/work/alpar/list_graph.h

    r503 r508  
    739739  ///always \ref INVALID.
    740740  ///\sa \ref GraphSkeleton
    741   ///\se \ref EdgeSet
     741  ///\sa \ref EdgeSet
    742742  class NodeSet {
    743743
Note: See TracChangeset for help on using the changeset viewer.