Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs: try to add a doxygene xample, but breathe does not handle this yet
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 10 Oct 2018 00:05:53 +0000 (02:05 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 10 Oct 2018 00:05:53 +0000 (02:05 +0200)
docs/source/Doxyfile
include/simgrid/s4u/Actor.hpp

index 79fd2db..22c250d 100644 (file)
@@ -5,6 +5,8 @@ INPUT                 += ../../include/simgrid/msg.h
 INPUT                 += ../../src/msg/
 RECURSIVE              = YES
 
+EXAMPLE_PATH           = ../../examples
+
 # What to produce
 OUTPUT_DIRECTORY       = ../build/
 GENERATE_XML           = YES
index 54f83a7..24b30a6 100644 (file)
@@ -410,6 +410,10 @@ XBT_PUBLIC void execute(double flop);
  *  An execution of priority 2 computes twice as fast as an execution at priority 1. */
 XBT_PUBLIC void execute(double flop, double priority);
 
+/**
+ * @example examples/s4u/exec-ptask/s4u-exec-ptask.cpp
+ */
+
 /** Block the actor until the built parallel execution terminates
  *
  * \rst