##The home page for mark_story's fork of Api Generator
### Todo List
* Finish redesign of api docs
* Complete search features
* Try an reduce fatal errors when generating index.
* Implement some sort of a config file - perhaps ini based for setting things like files/folders to ignore, base paths etc. So that there isn't a need to add a pile of Configure::write() statements to bootstrap.php.
* Wrap the above ini parsing / logic into a component.
* Refactor and clean up the api_pages controllers. Some of the code could be better.
* Enable dry run on index shell.
* Add functions to non file index?
* Finish view files for search, and class list.
* functions cannot be found in search. There is also no DB cache of any functions. you need to find the file they are in. This is lame.
#### Possible configurations to implement
* Flag deprecated methods vars
* Disable private/protected default display
* Disable parent method/properties
* filePath
* files / folders to ignore
* Special folder / class dependancies. So that if auto parser throws fatals the user has a way to solve this. Perfect example is inability to find mock_objects.php, when working with test cases.
* classes to omit
