You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2019/04/23 10:06:25 UTC

[qpid-site] 01/02: fix generation of doc pages for C examples

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git

commit ec0ba030c0abb0a69561c02b0899347f7acb643e
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Apr 22 10:54:57 2019 +0100

    fix generation of doc pages for C examples
---
 scripts/gen-proton-release-docs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/gen-proton-release-docs b/scripts/gen-proton-release-docs
index 40da788..acf1b0f 100755
--- a/scripts/gen-proton-release-docs
+++ b/scripts/gen-proton-release-docs
@@ -43,7 +43,7 @@ def gen_proton_c_api(release, source_dir, component_dir):
                 ),
                 strip_paths=(include_dir,),
                 output_dir=output_dir,
-                example_paths=(join(source_dir, "c", "examples", "c"),),
+                example_paths=(join(source_dir, "c", "examples"),),
                 config_file=config_file)
 
 def gen_proton_cpp_api(release, source_dir, component_dir):


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org