Template:DocInclude

From OpenSSLWiki
Jump to navigationJump to search
{{{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=}}