[gtk-doc] help: Fix incorrect example syntax for embedded images



commit faa0baacf2ade7efb3694ff703f8603c052305e5
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Sun Jul 5 11:15:55 2015 +0200

    help: Fix incorrect example syntax for embedded images
    
    The syntax is
       ![Description](image-name.png)
    not
       ![Description][image-name.png]
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751906

 help/manual/C/index.docbook |    2 +-
 help/manual/el/el.po        |    4 ++--
 help/manual/es/es.po        |    4 ++--
 help/manual/gl/gl.po        |    2 +-
 help/manual/pt_BR/pt_BR.po  |    2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/help/manual/C/index.docbook b/help/manual/C/index.docbook
index 6f05025..a7c24fd 100644
--- a/help/manual/C/index.docbook
+++ b/help/manual/C/index.docbook
@@ -853,7 +853,7 @@ gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html
  *
  * Another paragraph. [A Link to the GNOME Website](http://www.gnome.org/)
  *
- * ![an inline image][plot-result.png]
+ * ![an inline image](plot-result.png)
  *
  * [A link to the heading anchor above][heading-two]
  *
diff --git a/help/manual/el/el.po b/help/manual/el/el.po
index 61966f6..a265f3d 100644
--- a/help/manual/el/el.po
+++ b/help/manual/el/el.po
@@ -1489,7 +1489,7 @@ msgid ""
 " *\n"
 " * Another paragraph. [A Link to the GNOME Website](http://www.gnome.org/)\n"
 " *\n"
-" * ![an inline image][plot-result.png]\n"
+" * ![an inline image](plot-result.png)\n"
 " *\n"
 " * [A link to the heading anchor above][heading-two]\n"
 " *\n"
@@ -1525,7 +1525,7 @@ msgstr ""
 " *\n"
 " * Another paragraph. [A Link to the GNOME Website](http://www.gnome.org/)\n"
 " *\n"
-" * ![an inline image][plot-result.png]\n"
+" * ![an inline image](plot-result.png)\n"
 " *\n"
 " * [A link to the heading anchor above][heading-two]\n"
 " *\n"
diff --git a/help/manual/es/es.po b/help/manual/es/es.po
index 21d056d..75f1c84 100644
--- a/help/manual/es/es.po
+++ b/help/manual/es/es.po
@@ -1438,7 +1438,7 @@ msgid ""
 " *\n"
 " * Another paragraph. [A Link to the GNOME Website](http://www.gnome.org/)\n"
 " *\n"
-" * ![an inline image][plot-result.png]\n"
+" * ![an inline image](plot-result.png)\n"
 " *\n"
 " * [A link to the heading anchor above][heading-two]\n"
 " *\n"
@@ -1474,7 +1474,7 @@ msgstr ""
 " *\n"
 " * Another paragraph. [A Link to the GNOME Website](http://www.gnome.org/)\n"
 " *\n"
-" * ![an inline image][plot-result.png]\n"
+" * ![an inline image](plot-result.png)\n"
 " *\n"
 " * [A link to the heading anchor above][heading-two]\n"
 " *\n"
diff --git a/help/manual/gl/gl.po b/help/manual/gl/gl.po
index ffcb946..ea131ec 100644
--- a/help/manual/gl/gl.po
+++ b/help/manual/gl/gl.po
@@ -1036,7 +1036,7 @@ msgid ""
 " *\n"
 " * Another paragraph. [A Link to the GNOME Website](http://www.gnome.org/)\n"
 " *\n"
-" * ![an inline image][plot-result.png]\n"
+" * ![an inline image](plot-result.png)\n"
 " *\n"
 " * [A link to the heading anchor above][heading-two]\n"
 " *\n"
diff --git a/help/manual/pt_BR/pt_BR.po b/help/manual/pt_BR/pt_BR.po
index 3aa172f..f40497a 100644
--- a/help/manual/pt_BR/pt_BR.po
+++ b/help/manual/pt_BR/pt_BR.po
@@ -1350,7 +1350,7 @@ msgid ""
 " *\n"
 " * Another paragraph. [A Link to the GNOME Website](http://www.gnome.org/)\n"
 " *\n"
-" * ![an inline image][plot-result.png]\n"
+" * ![an inline image](plot-result.png)\n"
 " *\n"
 " * [A link to the heading anchor above][heading-two]\n"
 " *\n"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]