[gtk-doc] mkhtml2: update examples in doc header.
- From: Stefan Sauer <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] mkhtml2: update examples in doc header.
- Date: Fri, 9 Mar 2018 08:27:44 +0000 (UTC)
commit 5d2d95039803c367c73fbe387a5b4cd88c1c5cc2
Author: Stefan Sauer <ensonic users sf net>
Date: Thu Mar 8 08:05:27 2018 +0100
mkhtml2: update examples in doc header.
gtkdoc/mkhtml2.py | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/gtkdoc/mkhtml2.py b/gtkdoc/mkhtml2.py
index cc9bc27..4ffce9a 100644
--- a/gtkdoc/mkhtml2.py
+++ b/gtkdoc/mkhtml2.py
@@ -46,18 +46,17 @@ OPTIONAL:
Requirements:
sudo pip3 install anytree lxml
-Examples:
-./gtkdoc-mkhtml2 tests/gobject/docs/tester-docs.xml
-ll tests/gobject/docs/db2html
-
-./gtkdoc-mkhtml2 tests/bugs/docs/tester-docs.xml
-ll tests/bugs/docs/db2html
-cp tests/bugs/docs/html/*.{css,png} tests/bugs/docs/db2html/
-xdg-open tests/bugs/docs/db2html/index.html
-meld tests/bugs/docs/{html,db2html}
+Example invocation:
+cd tests/bugs/docs/
+../../../gtkdoc-mkhtml2 tester tester-docs.xml
+ll db2html
+cp html/*.{css,png} db2html/
+xdg-open db2html/index.html
+meld html db2html
Benchmarking:
-(cd tests/bugs/docs/; rm html-build.stamp; time make html-build.stamp)
+cd tests/bugs/docs/;
+rm html-build.stamp; time make html-build.stamp
"""
import argparse
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]