Browse Source

Documentation of the lodel.mlnamedobject package

Roland Haroutiounian 7 years ago
parent
commit
e14e26d24e
2 changed files with 6 additions and 1 deletions
  1. 5
    0
      lodel/mlnamedobject/__init__.py
  2. 1
    1
      lodel/mlnamedobject/mlnamedobject.py

+ 5
- 0
lodel/mlnamedobject/__init__.py View File

@@ -0,0 +1,5 @@
1
+## @package lodel.mlnamedobject A package dedicated to manage the objects' properties which can be 
2
+# translated in several languages.
3
+#
4
+# Each object in Lodel which can be translated will see his displayed name and help text being 
5
+# managed by a MlNamedObject instance, a class that is part of this package.

+ 1
- 1
lodel/mlnamedobject/mlnamedobject.py View File

@@ -4,7 +4,7 @@ from lodel.context import LodelContext
4 4
 LodelContext.expose_modules(globals(), {
5 5
     'lodel.utils.mlstring': ['MlString']})
6 6
 
7
-## @package lodel.mlnamedobject Lodel2 description of objects module
7
+## @package lodel.mlnamedobject.mlnamedobject Lodel2 description of objects module
8 8
 #
9 9
 # Display name and Description of a lodel2 object
10 10
 

Loading…
Cancel
Save