summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-09-01 22:50:14 +0200
committerGitHub <noreply@github.com>2019-09-01 22:50:14 +0200
commitbe1666daae8e607a2ccb15cec5d7d1eabf763c80 (patch)
tree97bc57a2aaeee971a168848df298d6f09a1d8de4
parent1823fb070f9f3a2a0c4aa558a822f47d87921a79 (diff)
parent9ebc2eb464ba77ca2b591819d4383e6decba2e1e (diff)
downloadATCD-be1666daae8e607a2ccb15cec5d7d1eabf763c80.tar.gz
Merge pull request #956 from jwillemsen/master
Doxygen change and use https link instead of http
-rw-r--r--ACE/ace/NT_Service.h2
-rw-r--r--TAO/TAO_IDL/be/be_helper.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/NT_Service.h b/ACE/ace/NT_Service.h
index 49661e42869..2769d82d15b 100644
--- a/ACE/ace/NT_Service.h
+++ b/ACE/ace/NT_Service.h
@@ -275,7 +275,7 @@ public:
* Requests the service to stop. Will wait up to @a wait_time for
* the service to actually stop. If not specified, the function
* waits until the service either stops or gets stuck in some other
- * state before it stops. If <svc_state> is specified, it receives
+ * state before it stops. If @a svc_state is specified, it receives
* the last reported state of the service. Returns 0 if the request
* was made successfully, -1 if not.
*/
diff --git a/TAO/TAO_IDL/be/be_helper.cpp b/TAO/TAO_IDL/be/be_helper.cpp
index 385d1df878e..0a48b3e84d8 100644
--- a/TAO/TAO_IDL/be/be_helper.cpp
+++ b/TAO/TAO_IDL/be/be_helper.cpp
@@ -40,10 +40,10 @@ static const char copyright[] =
" * Vanderbilt University\n"
" * Nashville, TN\n"
" * USA\n"
-" * http://www.isis.vanderbilt.edu/\n"
+" * https://www.isis.vanderbilt.edu/\n"
" *\n"
" * Information about TAO is available at:\n"
-" * http://www.dre.vanderbilt.edu/~schmidt/TAO.html\n"
+" * https://www.dre.vanderbilt.edu/~schmidt/TAO.html\n"
" **/";
TAO_NL::TAO_NL (void)