[devhelp] parser: add one more possible thing to do for version 3



commit 9611533c0b7a4f2d599f89d18e26a1f1829b457a
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat May 13 10:36:22 2017 +0200

    parser: add one more possible thing to do for version 3

 src/dh-parser.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/dh-parser.c b/src/dh-parser.c
index cb3fc95..e4ac449 100644
--- a/src/dh-parser.c
+++ b/src/dh-parser.c
@@ -31,6 +31,11 @@
  * - Replace <functions> element by <keywords>.
  * - Maybe have an up-to-date URI for the NAMESPACE (an URI to the git repo?
  *   probably more stable than the web site).
+ * - Rename some attributes of <book>:
+ *      - name -> id
+ *      - title -> name
+ *   Because with version 2 it's confusing that dh_link_get_name() returns the
+ *   title, and dh_link_get_book_id() returns the book name.
  */
 
 /* It's the xmlns attribute. It is currently (well, in 2015 at least) used on


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