dodi
* ups, compilation fix for previous commit
Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway
* PasDoc_Console.dpr renamed to pasdoc.dpr, this makes things consistent with what is released (pasdoc releases, including old 0.8.8 and latest 0.9.0, always included the binary `pasdoc', not `PasDoc_Console') * Unit PasDoc.pas renamed to PasDoc_Base.pas, to avoid any potential naming conflicts