[x265-commits] [x265] doc: fix reST section quote
Steve Borho
steve at borho.org
Tue Jun 23 17:51:51 CEST 2015
details: http://hg.videolan.org/x265/rev/f1f25aa959fc
branches:
changeset: 10695:f1f25aa959fc
user: Steve Borho <steve at borho.org>
date: Tue Jun 23 10:51:33 2015 -0500
description:
doc: fix reST section quote
diffstat:
doc/reST/api.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 21183e6f9444 -r f1f25aa959fc doc/reST/api.rst
--- a/doc/reST/api.rst Mon Jun 22 22:02:40 2015 -0500
+++ b/doc/reST/api.rst Tue Jun 23 10:51:33 2015 -0500
@@ -406,7 +406,7 @@ The second bit-depth introspection metho
which need more flexibility in API versioning. If you use
**x265_api_query()** and dynamically link to libx265 at runtime (using
dlopen() on POSIX or LoadLibrary() on Windows) your application is no
-longer directly tied to the API version that it was compiled against.
+longer directly tied to the API version that it was compiled against::
/* x265_api_query:
* Retrieve the programming interface for a linked x265 library, like
More information about the x265-commits
mailing list