From 5c2969c0f09f5f4c19a773d40de7fa328fd7cc46 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 23 Mar 2016 12:51:41 +0900 Subject: [PATCH 1/2] Fix typo --- examples/c/README | 2 +- examples/maxsat/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/c/README b/examples/c/README index 5ea885519..4ca71e0f8 100644 --- a/examples/c/README +++ b/examples/c/README @@ -1,4 +1,4 @@ -Small example using the c++ bindings. +Small example using the C bindings. To build the example execute make examples in the build directory. diff --git a/examples/maxsat/README b/examples/maxsat/README index cf022d847..e5e4ba610 100644 --- a/examples/maxsat/README +++ b/examples/maxsat/README @@ -1,4 +1,4 @@ -Small example using the c++ bindings. +Small example using the C bindings. To build the example execute make examples in the build directory. From 749e1a1fb186865ff4b6fdb31afbcc7d4329a918 Mon Sep 17 00:00:00 2001 From: Bohao Zhang Date: Wed, 23 Mar 2016 16:14:38 +0100 Subject: [PATCH 2/2] Clean up README mentioning C++ and Java. --- doc/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README b/doc/README index a81ed2856..e46554230 100644 --- a/doc/README +++ b/doc/README @@ -1,7 +1,7 @@ API documentation ----------------- -To generate the API documentation for the C, .NET and Python APIs, we must execute +To generate the API documentation for the C, C++, .NET, Java and Python APIs, we must execute python mk_api_doc.py