On the way to code generation instead of meta-description

(lots of useless eratic history squashed together in one commit)
This commit is contained in:
Vincent Jacques
2012-05-03 21:51:19 +01:00
parent 4303c5b90e
commit 04cde900a0
50 changed files with 15508 additions and 1665 deletions
+1 -1
View File
@@ -114,5 +114,5 @@ class SeveralAttributePolicies:
doc += "\n"
doc += self.__documentationSection + "\n"
doc += "-" * len( self.__documentationSection ) + "\n"
doc += "".join( attributePolicy.autoDocument() for attributePolicy in self.__attributePolicies )
doc += "".join( sorted( attributePolicy.autoDocument() for attributePolicy in self.__attributePolicies ) )
return doc