mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 01:49:41 +00:00
Update documentation
This commit is contained in:
parent
f8da0a2bb3
commit
ad17e0290a
5
config.h
5
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user