Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Removed broken reference from FAQ
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 19 May 2015 13:17:21 +0000 (15:17 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 19 May 2015 14:58:20 +0000 (16:58 +0200)
- The reference to "faq_more_processes" did not exist.
  I removed it, as doxygen complained about it.

doc/doxygen/FAQ.doc

index 8b41d42..c5afe60 100644 (file)
@@ -498,7 +498,7 @@ libsimgrid are expressed directly in the dynamic library, so it's
 quite impossible that you see this message when doing dynamic linking.
 
 If you compile your code statically (and if you use a pthread version
 quite impossible that you see this message when doing dynamic linking.
 
 If you compile your code statically (and if you use a pthread version
-of SimGrid -- see \ref faq_more_processes), you must absolutely
+of SimGrid), you must absolutely
 specify <tt>-lpthread</tt> on the linker command line. As usual, this should
 come after <tt>-lsimgrid</tt> on this command line.
 
 specify <tt>-lpthread</tt> on the linker command line. As usual, this should
 come after <tt>-lsimgrid</tt> on this command line.