From f4de6b5302df8befbd2b229b701d0bf9ca81a5fb Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 14 Mar 2018 15:19:26 -0700 Subject: Markup changes, started adding type documentation. --- docs/man/nng_version.adoc | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'docs/man/nng_version.adoc') diff --git a/docs/man/nng_version.adoc b/docs/man/nng_version.adoc index 3f69b0ca..bc578682 100644 --- a/docs/man/nng_version.adoc +++ b/docs/man/nng_version.adoc @@ -24,27 +24,28 @@ const char * nng_version(void); == DESCRIPTION -The `nng_version()` function returns a human readable version -number for the _nng_ library. This is intended for output in -programs, and so forth. +The ((`nng_version()`)) function returns a human readable ((version number)) +for the _nng_ library. +This is intended for output in programs, and so forth. Additionally, compile time version information is available via some predefined macros: -`NNG_MAJOR_VERSION`:: Major version number. -`NNG_MINOR_VERSION`:: Minor version number. -`NNG_PATCH_VERSION`:: Patch version number. +((`NNG_MAJOR_VERSION`)):: Major version number. +((`NNG_MINOR_VERSION`)):: Minor version number. +((`NNG_PATCH_VERSION`)):: Patch version number. The _nng_ library is developed and released using -http:///www.semver.org[Semantic Versioning 2.0], and +http://www.semver.org[Semantic Versioning 2.0], and the version numbers reported refer to both the API and the -library itself. (The ABI -- binary interface -- between the +library itself. +(The ((ABI)) -- ((application binary interface)) -- between the library and the application is controlled in a similar, but different manner depending upon the link options and how the library is built.) == RETURN VALUES -C string (NUL-terminated) containing the library version number. +C string (`NUL`-terminated) containing the library version number. == ERRORS -- cgit v1.2.3-70-g09d2