From 8d2474056f3585651f3c8a6ccfaeef3e436c92f8 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 29 Jun 2007 13:36:21 +0000 Subject: [PATCH] shut doxygen up about unknown html tags git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3614 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- doc/FAQ.doc | 4 ++-- src/xbt/xbt_peer.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/FAQ.doc b/doc/FAQ.doc index d66e4130bb..aa394b99c6 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -930,8 +930,8 @@ links 1 and 2). It simply means that the routing on the graph is not trivial, and that data do not following the shortest path in number of hops on this graph. Another way to say it is that there is no implicit in these routing descriptions. The system will only use the routes you -declare (such as ), without trying to build new routes by aggregating +declare (such as <route src="A" dst="C"><route_element +name="3"/></route>), without trying to build new routes by aggregating the provided ones. You are also free to declare platform where the routing is not diff --git a/src/xbt/xbt_peer.c b/src/xbt/xbt_peer.c index d5b3598725..9e7c3e866f 100644 --- a/src/xbt/xbt_peer.c +++ b/src/xbt/xbt_peer.c @@ -25,7 +25,7 @@ xbt_peer_t xbt_peer_copy(xbt_peer_t h) { return xbt_peer_new(h->name,h->port); } -/** \brief constructor. Argument should be of form ':'. */ +/** \brief constructor. Argument should be of form '(peername):(port)'. */ xbt_peer_t xbt_peer_from_string(const char *peerport) { xbt_peer_t res=xbt_new(s_xbt_peer_t, 1); char *name=xbt_strdup(peerport); -- 2.20.1