summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h5
-rw-r--r--config_align.h5
-rw-r--r--config_asm.h5
-rw-r--r--config_cpu.h4
-rw-r--r--config_cxx.h5
-rw-r--r--config_dll.h5
-rw-r--r--config_int.h5
-rw-r--r--config_misc.h5
-rw-r--r--config_ns.h5
-rw-r--r--config_os.h5
-rw-r--r--config_ver.h5
11 files changed, 43 insertions, 11 deletions
diff --git a/config.h b/config.h
index e1b27c12..cb4d2466 100644
--- a/config.h
+++ b/config.h
@@ -7,7 +7,10 @@
/// users could continue to include <tt>config.h</tt> while allowing Autoconf
/// to write new <tt>config_asm.h</tt> and new <tt>config_cxx.h</tt> using
/// its feature tests.
-/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
+/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835,
+/// Make config.h more autoconf friendly</A>,
+/// <A HREF="https://www.cryptopp.com/wiki/Configure.sh">Configure.sh script</A>
+/// on the Crypto++ wiki
/// \since Crypto++ 8.3
/// \file config.h
diff --git a/config_align.h b/config_align.h
index b0ff9889..6a6e9e04 100644
--- a/config_align.h
+++ b/config_align.h
@@ -13,7 +13,10 @@
/// its feature tests.
/// \note You should include <tt>config.h</tt> rather than <tt>config_align.h</tt>
/// directly.
-/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
+/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835,
+/// Make config.h more autoconf friendly</A>,
+/// <A HREF="https://www.cryptopp.com/wiki/Configure.sh">Configure.sh script</A>
+/// on the Crypto++ wiki
/// \since Crypto++ 8.3
#ifndef CRYPTOPP_CONFIG_ALIGN_H
diff --git a/config_asm.h b/config_asm.h
index 8e7f68ae..8da20d14 100644
--- a/config_asm.h
+++ b/config_asm.h
@@ -14,7 +14,10 @@
/// its feature tests.
/// \note You should include <tt>config.h</tt> rather than <tt>config_asm.h</tt>
/// directly.
-/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
+/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835,
+/// Make config.h more autoconf friendly</A>,
+/// <A HREF="https://www.cryptopp.com/wiki/Configure.sh">Configure.sh script</A>
+/// on the Crypto++ wiki
/// \since Crypto++ 8.3
#ifndef CRYPTOPP_CONFIG_ASM_H
diff --git a/config_cpu.h b/config_cpu.h
index 700c72d8..3eeaf234 100644
--- a/config_cpu.h
+++ b/config_cpu.h
@@ -13,8 +13,10 @@
/// its feature tests.
/// \note You should include <tt>config.h</tt> rather than <tt>config_cpu.h</tt>
/// directly.
-/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835:
+/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835,
/// Make config.h more autoconf friendly</A>,
+/// <A HREF="https://www.cryptopp.com/wiki/Configure.sh">Configure.sh script</A>
+/// on the Crypto++ wiki,
/// <A HREF="https://sourceforge.net/p/predef/wiki/Architectures/">Sourceforge
/// Pre-defined Compiler Macros</A>
/// \since Crypto++ 8.3
diff --git a/config_cxx.h b/config_cxx.h
index 49555a45..7afa0759 100644
--- a/config_cxx.h
+++ b/config_cxx.h
@@ -14,7 +14,10 @@
/// its feature tests.
/// \note You should include <tt>config.h</tt> rather than <tt>config_cxx.h</tt>
/// directly.
-/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
+/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835,
+/// Make config.h more autoconf friendly</A>,
+/// <A HREF="https://www.cryptopp.com/wiki/Configure.sh">Configure.sh script</A>
+/// on the Crypto++ wiki
/// \since Crypto++ 8.3
// Visual Studio began at VS2010, http://msdn.microsoft.com/en-us/library/hh567368%28v=vs.110%29.aspx
diff --git a/config_dll.h b/config_dll.h
index 5ded7853..1cb7dcaa 100644
--- a/config_dll.h
+++ b/config_dll.h
@@ -13,7 +13,10 @@
/// its feature tests.
/// \note You should include <tt>config.h</tt> rather than <tt>config_dll.h</tt>
/// directly.
-/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
+/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835,
+/// Make config.h more autoconf friendly</A>,
+/// <A HREF="https://www.cryptopp.com/wiki/Configure.sh">Configure.sh script</A>
+/// on the Crypto++ wiki
/// \since Crypto++ 8.3
#ifndef CRYPTOPP_CONFIG_DLL_H
diff --git a/config_int.h b/config_int.h
index 1fd72574..a102cfee 100644
--- a/config_int.h
+++ b/config_int.h
@@ -12,7 +12,10 @@
/// its feature tests.
/// \note You should include <tt>config.h</tt> rather than <tt>config_int.h</tt>
/// directly.
-/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
+/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835,
+/// Make config.h more autoconf friendly</A>,
+/// <A HREF="https://www.cryptopp.com/wiki/Configure.sh">Configure.sh script</A>
+/// on the Crypto++ wiki
/// \since Crypto++ 8.3
#ifndef CRYPTOPP_CONFIG_INT_H
diff --git a/config_misc.h b/config_misc.h
index bc5deeeb..e59065a2 100644
--- a/config_misc.h
+++ b/config_misc.h
@@ -12,7 +12,10 @@
/// its feature tests.
/// \note You should include <tt>config.h</tt> rather than <tt>config_misc.h</tt>
/// directly.
-/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
+/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835,
+/// Make config.h more autoconf friendly</A>,
+/// <A HREF="https://www.cryptopp.com/wiki/Configure.sh">Configure.sh script</A>
+/// on the Crypto++ wiki
/// \since Crypto++ 8.3
#ifndef CRYPTOPP_CONFIG_MISC_H
diff --git a/config_ns.h b/config_ns.h
index d5d8489b..9fa3a3cb 100644
--- a/config_ns.h
+++ b/config_ns.h
@@ -13,7 +13,10 @@
/// its feature tests.
/// \note You should include <tt>config.h</tt> rather than <tt>config_ns.h</tt>
/// directly.
-/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
+/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835,
+/// Make config.h more autoconf friendly</A>,
+/// <A HREF="https://www.cryptopp.com/wiki/Configure.sh">Configure.sh script</A>
+/// on the Crypto++ wiki
/// \since Crypto++ 8.3
#ifndef CRYPTOPP_CONFIG_NAMESPACE_H
diff --git a/config_os.h b/config_os.h
index 3f2a9880..da27de22 100644
--- a/config_os.h
+++ b/config_os.h
@@ -13,7 +13,10 @@
/// its feature tests.
/// \note You should include <tt>config.h</tt> rather than <tt>config_os.h</tt>
/// directly.
-/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
+/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835,
+/// Make config.h more autoconf friendly</A>,
+/// <A HREF="https://www.cryptopp.com/wiki/Configure.sh">Configure.sh script</A>
+/// on the Crypto++ wiki
/// \since Crypto++ 8.3
#ifndef CRYPTOPP_CONFIG_OS_H
diff --git a/config_ver.h b/config_ver.h
index b4115f66..e43edc2e 100644
--- a/config_ver.h
+++ b/config_ver.h
@@ -13,7 +13,10 @@
/// its feature tests.
/// \note You should include <tt>config.h</tt> rather than <tt>config_ver.h</tt>
/// directly.
-/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835</A>
+/// \sa <A HREF="https://github.com/weidai11/cryptopp/issues/835">Issue 835,
+/// Make config.h more autoconf friendly</A>,
+/// <A HREF="https://www.cryptopp.com/wiki/Configure.sh">Configure.sh script</A>
+/// on the Crypto++ wiki
/// \since Crypto++ 8.3
#ifndef CRYPTOPP_CONFIG_VERSION_H