The OpenSSL wiki has moved to https://github.com/openssl/openssl/wiki. Information on this page is no longer edited and may be out-of-date.
Difference between revisions of "Template:DocInclude"
From OpenSSLWiki
Jump to navigationJump to search (Added DocInclude template) |
(No difference)
|
Latest revision as of 02:09, 17 January 2015
| [{{{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}}
| Documentation |
| #include <openssl/osrng.h> |
Blank Template:
{{DocInclude
|Name=
|Url=
|Include=}}