diff -r 9374c207cfee -r 9dcc6e7393f7 doc/api/python/version-module.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/version-module.html Fri Sep 11 15:39:31 2009 +0100
@@ -0,0 +1,133 @@
+
+
+
+
+ version
+
+
+
+
+
+
+
+
+
+
+
+ Module version
+
+ |
+
+
+ |
+
+
+
+Module version
source code
+S60 Version Management module.
+
+config = {'model.name': 'NXX',
+ 'variant.id': '01',
+ 'variant.revision' : '0',
+ 'model.template': '${model.name} (${variant.id}.${variant.revision})'}
+v = Version('model',config)
+print v.version_string()
+
+
+
+
+
+
+
+
+
+ |
+ Version
+ Version template.
+ |
+
+
+
+
+
+
+
+
+
+