log doc/gendoc.py @ 19322:ff1586a3adc5

age author description
Thu, 13 Jun 2013 01:36:58 +0200 Simon Heimberg cleanup: remove unused imports
Wed, 15 May 2013 15:44:59 +0900 Takumi IINO gendoc: extract print help topics into a dedicated function
Wed, 15 May 2013 15:44:55 +0900 Takumi IINO gendoc: make commnd __doc__ and extension __doc__ as translatable
Sun, 10 Feb 2013 12:58:57 +0100 Dan Villiom Podlaski Christiansen help: use a full header for topic titles
Wed, 25 Jul 2012 16:40:38 +0900 FUJIWARA Katsunori doc: unify section level between help topics stable
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Mon, 25 Jul 2011 16:24:37 -0500 Augie Fackler globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__')