log trunk/src/cmd/DDoc.d @ 800:dcd30b0ba711

age author description
Sat, 01 Mar 2008 17:58:23 +0100 Aziz K?ksal Added --xml option to command 'ddoc'.
Sat, 01 Mar 2008 18:04:29 +0200 Jari-Matti M?kel? New ddoc emitter for XML type output.
Sat, 23 Feb 2008 21:15:56 +0100 Aziz K?ksal Added functions isCodeSection() and skipCodeSection().
Sat, 23 Feb 2008 02:15:41 +0100 Aziz K?ksal Added documentation comments.
Wed, 20 Feb 2008 22:47:33 +0100 Aziz K?ksal Moved Settings.d and SettingsLoader.d to src/.
Wed, 20 Feb 2008 22:09:29 +0100 Aziz K?ksal Implemented conditional compilation.
Wed, 20 Feb 2008 01:24:19 +0100 Aziz K?ksal Added module dil.Compilation.
Tue, 19 Feb 2008 19:30:04 +0100 Aziz K?ksal Added new module dil.Time.
Mon, 18 Feb 2008 22:59:56 +0100 Aziz K?ksal DDocEmitter emits declaration attributes now.
Mon, 18 Feb 2008 17:36:12 +0100 Aziz K?ksal Improved the DDocEmitter.
Mon, 18 Feb 2008 03:51:45 +0100 Aziz K?ksal Removed method writeFuncHeader().
Mon, 18 Feb 2008 02:47:15 +0100 Aziz K?ksal Emitting SYMBOL macro with interesting parameters.
Sat, 16 Feb 2008 21:14:40 +0100 Aziz K?ksal Revised TemplateParameterList parsing functions.
Sat, 16 Feb 2008 20:18:42 +0100 Aziz K?ksal Template functions are wrapped inside TemplateDeclarations now.
Sat, 16 Feb 2008 03:28:39 +0100 Aziz K?ksal Fixed unittests and removed dil.File.
Sat, 16 Feb 2008 00:12:13 +0100 Aziz K?ksal DDoc code sections are highlighted now.
Wed, 13 Feb 2008 17:10:55 +0100 Aziz K?ksal Improved DDoc related code.
Mon, 11 Feb 2008 22:39:58 +0100 Aziz K?ksal Improved DDocEmitter and fixed bugs.
Mon, 11 Feb 2008 03:15:45 +0100 Aziz K?ksal Added method scanCommentText() to DDocEmitter.
Sat, 09 Feb 2008 22:54:31 +0100 Aziz K?ksal Wrapped some macro functions inside struct MacroExpander.
Sat, 09 Feb 2008 19:27:14 +0100 Aziz K?ksal Squashed a little bug.
Sat, 09 Feb 2008 18:53:59 +0100 Aziz K?ksal Fixed building of time_str.
Sat, 09 Feb 2008 16:18:53 +0100 Aziz K?ksal Added method textBody() to IdentValueParser.
Sat, 09 Feb 2008 15:10:13 +0100 Aziz K?ksal Added '-v' (verbose) option to command 'ddoc'.
Sat, 09 Feb 2008 14:24:35 +0100 Aziz K?ksal Added sanitizeText() to dil.Converter.
Sat, 09 Feb 2008 02:00:20 +0100 Aziz K?ksal Implemented DDocEmitter.
Sun, 03 Feb 2008 19:56:47 +0100 Aziz K?ksal Added new module cmd.DDoc.