Template:DocInclude

From OpenSSLWiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
{{{Name}}}
[{{{Url}}} Documentation]
#include <openssl/{{{Include}}}>

Template for displaying info about a object, currently the #include location and the documentation link.


Example Usage:

{{DocInclude
|Name=AutoSeededRandomPool
|Url=http://www.cryptopp.com/docs/ref/class_auto_seeded_random_pool.html
|Include=osrng.h}}
AutoSeededRandomPool
Documentation
#include <openssl/osrng.h>


Blank Template:

{{DocInclude
|Name=
|Url=
|Include=}}