summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-25 18:30:56 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-25 18:30:56 +0100
commit961b2a7b155a23daa95467ae3b2ee6a7bc3cb884 (patch)
treed62b90aa4273487dcd9d9a9e28a566ef68814e76
parent5269a3f118eea92b56087334e6282713aec9e473 (diff)
downloadATCD-961b2a7b155a23daa95467ae3b2ee6a7bc3cb884.tar.gz
Fix broken links and some doxygen enhancements
* ACE/ACE-INSTALL.html: * ACE/ACEXML/common/URL_Addr.h: * ACE/examples/Web_Crawler/URL_Addr.h: * TAO/docs/releasenotes/index.html:
-rw-r--r--ACE/ACE-INSTALL.html2
-rw-r--r--ACE/ACEXML/common/URL_Addr.h6
-rw-r--r--ACE/examples/Web_Crawler/URL_Addr.h14
-rw-r--r--TAO/docs/releasenotes/index.html2
4 files changed, 12 insertions, 12 deletions
diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html
index 6781e9b8511..445de4ccab6 100644
--- a/ACE/ACE-INSTALL.html
+++ b/ACE/ACE-INSTALL.html
@@ -2304,7 +2304,7 @@ libraries.
&lt;<a href="mailto:michael.meissnitzer@siemens.at">
michael.meissnitzer@siemens.at</a>&gt;, Christian Klepp &lt;
<a href="mailto:christian.klepp@siemens.at">christian.klepp@siemens.at
- </a>&gt; and Engelbert Staller &lt;<a href="http://www.cs.wustl.edu/%7Eschmidt/ACE_wrappers/engelbert.staller@siemens.at">
+ </a>&gt; and Engelbert Staller &lt;<a href="mailto:engelbert.staller@siemens.at">
engelbert.staller@siemens.at</a>&gt;
Building ACE (and TAO) on Unixware 7.1.0 requires a very specific
g++ build environment. In particular, you must build and install
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.
diff --git a/ACE/examples/Web_Crawler/URL_Addr.h b/ACE/examples/Web_Crawler/URL_Addr.h
index 4490b93c442..6e7265f7647 100644
--- a/ACE/examples/Web_Crawler/URL_Addr.h
+++ b/ACE/examples/Web_Crawler/URL_Addr.h
@@ -44,23 +44,23 @@ public:
int set (const ACE_URL_Addr &addr);
/**
- * Initializes an <ACE_URL_Addr> from the <address>, which can be
+ * Initializes an ACE_URL_Addr from the @a address, which can be
* "ip-number:port-number/path-name" (e.g.,
* "www.cs.wustl.edu:1234/~schmidt/" "ip-number:port-number/path-name"
* (e.g., "128.252.166.57:1234/~schmidt"). If there is no ':' in
- * the <address> it is assumed to be an ip-number or ip-address
- * number, with the port number <ACE_DEFAULT_HTTP_PORT>.
+ * the @a address it is assumed to be an ip-number or ip-address
+ * number, with the port number ACE_DEFAULT_HTTP_PORT.
*/
virtual int string_to_addr (const ACE_TCHAR *address,
int address_family = AF_UNSPEC);
/**
- * 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
+ * "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/"). Returns -1 if the <size> of
+ * "www.cs.wustl.edu:80/~schmidt/"). Returns -1 if the @a size of
* the <buffer> is too small, else 0.
*/
virtual int addr_to_string (ACE_TCHAR *s,
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index 6ddcae06f14..27a13d74f94 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -337,7 +337,7 @@ emulation through ACE_U_LongLong.</li>
<li>
Perfect Hashed Operation Lookup Strategy has been added to the IDL Compiler.
-P flag to <tt>tao_idl</tt> enables the perfect hased lookup strategy.
-This strategy uses <a href="http://www.cs.wustl.edu/~schmidt/gperf.ps.gz">GPERF</a>,
+This strategy uses <a href="http://www.dre.vanderbilt.edu/~schmidt/PDF/gperf.pdf">GPERF</a>,
the GNU's Perfect Hash Function Generator written by Dr.Douglas C. Schmidt.
Right now, GPERF works only on Solaris. Any work on porting GPERF to other
platforms will be highly appreciated.</L1></li>