Template:DocInclude

From OpenSSLWiki
Revision as of 02:09, 17 January 2015 by Jwalton (talk | contribs) (Added DocInclude template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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=}}