fbea...455e
Author: Mark Story
Date: 2009-02-03 01:04:35 -0500
Fixing support for multi-line @tags. `
4c3e...9a5c
Author: Mark Story
Date: 2009-01-31 17:30:45 -0500
Setting JS to hide parent method/props by default.
0103...d2c2
Author: AD7six
Date: 2009-01-30 20:33:28 +0100
adding missing vars
a84f...8f23
Author: Mark Story
Date: 2009-01-31 16:42:34 -0500
Minor comment
7fa8...ec81
Author: Mark Story
Date: 2009-01-31 16:15:30 -0500
Fixing layout and JS in IE
acee...8150
Author: Mark Story
Date: 2009-01-30 12:24:26 -0500
Making parent icons more visible.
1b42...5ded
Author: renan.saddam
Date: 2009-01-29 19:33:04 -0200
Fixing related Windows issues
3dcb...5eeb
Author: Mark Story
Date: 2009-01-30 12:08:29 -0500
Minor spacing
2684...557a
Author: Mark Story
Date: 2009-01-30 12:05:22 -0500
Fixing warning generated by non array being passed to ApiUtils::sortByName(). Thanks 'dardosordi'
694c...ecf0
Author: Mark Story
Date: 2009-01-30 10:56:24 -0500
Adding patch from 'dardosordi' to fix column balancing in class index.
90ff...3953
Author: Mark Story
Date: 2009-01-30 10:25:40 -0500
Fixing default generation for function documentor.
35bc...e3b6
Author: Mark Story
Date: 2009-01-29 13:47:08 -0500
making A links bigger.
5520...758e
Author: Mark Story
Date: 2009-01-29 13:22:49 -0500
Adding more html escaping
8980...269f
Author: Mark Story
Date: 2009-01-28 22:46:04 -0500
Adding alternate strategy to finding required classes. updating help in shell
4009...fc7a
Author: Mark Story
Date: 2009-01-28 21:58:15 -0500
Updating CSS and images. Fixing protected/private images (they were reversed) Alphabetizing properties and methods
576d...54a2
Author: Mark Story
Date: 2009-01-28 19:27:55 -0500
Adding inheritance diagrams to doc pages.
0b8a...95b0
Author: Mark Story
Date: 2009-01-28 14:21:45 -0500
Fixing default values for methods. Thanks 'dardosordi' for the patch. Fixes #6
7adf...86ea
Author: Mark Story
Date: 2009-01-28 08:53:37 -0500
Started inheritance diagrams
5dee...2cf6
Author: Mark Story
Date: 2009-01-28 08:28:19 -0500
Minor CSS change to control page overflow Adding parent class and interface collection to ClassDocumentor
938f...1420
Author: Mark Story
Date: 2009-01-28 00:22:20 -0500
Adding h() to escape any HTML present in doc blocks This stops html fragments from messing up the output. Fixes #1