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
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=}}