summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/common/URL_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/common/URL_Addr.h')
-rw-r--r--ACE/ACEXML/common/URL_Addr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ACEXML/common/URL_Addr.h b/ACE/ACEXML/common/URL_Addr.h
index 67cbfd8155d..27ddd09ffd2 100644
--- a/ACE/ACEXML/common/URL_Addr.h
+++ b/ACE/ACEXML/common/URL_Addr.h
@@ -74,10 +74,10 @@ public:
int ipaddr_format = 1) const;
/**
- * Transform the current <ACE_INET_Addr> address into string format. If
- * <ipaddr_format> is non-0 this produces
+ * Transform the current ACE_INET_Addr address into string format. If
+ * @a ipaddr_format is non-0 this produces
* "ip-number:port-number/path-name" (e.g.,
- * "128.252.166.57:80/~schmidt/"), whereas if <ipaddr_format> is 0 this
+ * "128.252.166.57:80/~schmidt/"), whereas if @a ipaddr_format is 0 this
* produces "ip-name:port-number" (e.g.,
* "www.cs.wustl.edu:80/~schmidt/"). Uses dynamic memory, which is
* allocated on demand and deallocated when the object is destroyed.