[gtk-doc] [docs] Correct the usage of gtkdocize --flavour option



commit b67686169b91900f48481f3be2e658a0fc7023f9
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Dec 18 21:25:15 2009 +0100

    [docs] Correct the usage of gtkdocize --flavour option
    
    Use '--flavour no-tmpl' instead '--flavour=no-tmpl' in the
    documentation.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=604885

 help/manual/C/gtk-doc-manual.xml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/help/manual/C/gtk-doc-manual.xml b/help/manual/C/gtk-doc-manual.xml
index a286fe2..70d875b 100644
--- a/help/manual/C/gtk-doc-manual.xml
+++ b/help/manual/C/gtk-doc-manual.xml
@@ -193,7 +193,8 @@
             <para>
               Since gtk-doc 1.9 the templates can be avoided. We encourage people to keep
               documentation in the code. <application>gtkdocize</application> supports now
-              a <command>--flavour no-tmpl</command> option that chooses a makefile that skips tmpl usage totally.
+              a <option>--flavour no-tmpl</option> option that chooses a makefile that
+              skips tmpl usage totally.
               If you have never changed file in tmpl by hand, please remove the dir once.
             </para>
           </note>
@@ -506,7 +507,8 @@ gtkdocize || exit 1
         the information from source comments.
         Since gtk-doc 1.9 the templates can be avoided. We encourage people to keep
         documentation in the code. <application>gtkdocize</application> supports now
-        a --flavour=no-tmpl option that chooses a makefile that skips tmpl usage totally.
+        a <option>--flavour no-tmpl</option> option that chooses a makefile that skips
+        tmpl usage totally.
         If you have never changed file in tmpl by hand, please remove the dir once.
       </para>
     </sect1>



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