doc/namespaces.dox
author alpar
Tue, 28 Nov 2006 17:15:50 +0000
changeset 2310 96cca167430a
parent 2157 f9171bfc7ebb
child 2391 14a343be7a5a
permissions -rw-r--r--
- update graph_oriantation.cc to be in line with the renamed xy and with the
new graphToEps() scaling.
- Fix and external directory build problem in Doxyfile.in
alpar@921
     1
/// The namespace of LEMON
alpar@882
     2
alpar@2157
     3
/// The namespace of LEMON
alpar@882
     4
///
alpar@921
     5
namespace lemon {
alpar@882
     6
alpar@921
     7
  /// The namespace of LEMON concepts and concept checking classes
alpar@882
     8
alpar@2157
     9
  /// The namespace of LEMON concepts and concept checking classes
alpar@882
    10
  ///
alpar@2260
    11
  namespace concepts {}
alpar@882
    12
}