Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename src/simdag to src/dag and update other files accordingly
[simgrid.git] / doc / doxygen / inside_cmake.doc
index f654352..6c6f31c 100644 (file)
@@ -29,7 +29,6 @@ The examples/ directory is organized as  follows:
  - examples/smpi/ or examples using the SMPI API
  - examples/platforms/ only contains platforms descriptions in the XML format (see @ref platform for details)
  - examples/deprecated/msg/ for examples using the MSG API. Here the naming convention is package-example (e.g., app-masterworker).
- - examples/deprecated/simdag/ for examples using the SimDag API
  - examples/deprecated/java/ for examples using the Java bindings to the MSG API. This directory contains packages (app, async,
    cloud, ...) which in turn contain individual examples. If your new example fits in an existing package, add it here,
    or create a new package otherwise.