diff -r 7685cec9fd3c -r f2ddfa555b0f 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 11:54:49 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.
+ |
+
+
+
+
+
+
+
+
+
+