summaryrefslogtreecommitdiff
path: root/pycco
Commit message (Expand)AuthorAgeFilesLines
* add .c multilinebryfry2013-04-271-1/+2
* Add language hook to support TclErik Johnson2013-03-051-0/+2
* supported HaskellKazufumi Ohkawa2012-06-211-0/+3
* Allow language to be forced from the command line.Benno Rice2012-06-131-6/+20
* Move language detection up into generate_documentation so we only do it once.Benno Rice2012-06-131-10/+6
* Read in the code in the generate_documentation function.Benno Rice2012-06-131-2/+2
* docstrings can occur at the end of lines, as well as the start - the PEP does...Avleen Vig2012-05-251-1/+1
* Fix regular expression grouping (missing period)Trey Hunner2012-03-311-2/+2
* Generate doc filenames in a slightly smarter wayTrey Hunner2012-03-311-8/+10
* Added support for CoffeeScript's multiline commentsAlec Perkins2012-03-311-1/+2
* Use non-greedy regex matching for [[hyperlinks]]Trey Hunner2012-03-281-1/+1
* Remove only whitespaces for comment indentationTrey Hunner2012-01-311-1/+4
* handle unrecognized extensions and nested directoriesraylu2012-01-151-2/+2
* Only delete file extension when computing destinationTrey Hunner2011-12-231-1/+1
* fix JS parsing errorraylu2011-12-171-3/+3
* Fix multiline code block indentation issue (#43)Trey Hunner2011-10-071-24/+4
* Use docstrings for methods, classes, and modulesTrey Hunner2011-10-061-72/+99
* Ignore trailing whitespace when finding sectionsTrey Hunner2011-10-041-1/+1
* Add link to Pycco source code on Github to docsTrey Hunner2011-10-041-1/+4
* Merge pull request #35 from mikemaltese/masterTrey Hunner2011-10-041-5/+7
|\
| * rstrip() code sections before highlighting -> generated docs looks tighterMichael Maltese2011-07-121-1/+1
| * Create a new code section on decoratorsMichael Maltese2011-07-111-1/+2
| * Allow sections with one empty section and one non-empty section (fixes commit...Michael Maltese2011-07-111-1/+1
| * Don't give decorators their own separatorsMichael Maltese2011-07-111-2/+3
* | Added an option for continuous monitoring and automatic re-generating of docu...Antti Kaihola2011-10-031-1/+64
* | Corrected typo in supported languagesSebastian Hillig2011-10-021-1/+1
* | Merge pull request #27 from mdornseif/masterTrey Hunner2011-09-301-3/+3
|\ \
| * | Fix CSS path in multi-dir modeMaximillian Dornseif2011-01-211-3/+3
| * | make JS work by escaping the start and end symbolsAaron Blohowiak2011-01-211-2/+2
* | | Fix bad handling of comments that use multiline delimiters surrounding a sing...Steve Johnson2011-09-121-0/+5
| |/ |/|
* | make JS work by escaping the start and end symbolsAaron Blohowiak2010-12-131-2/+2
|/
* Pedantry! (delimeter -> delimiter)Jesse Dubay2010-12-131-4/+4
* Merge branch 'smartypants'Christopher Gateley2010-12-111-4/+5
|\
| * added smartypants html entity conversion to go alongside markdown conversion.Christopher Gateley2010-12-111-4/+5
* | explicity disallow sections that have both empty 'doc' and empty 'code' sectionsChristopher Gateley2010-12-101-4/+5
|/
* Added support for multiple header levels. Previously only h3 was allowed.Christopher Gateley2010-12-041-4/+5
* Fixing bug with interaction with pystache and recursive rendering of context ...Nick Fitzgerald2010-11-221-3/+14
* Fixing bug where languages w/out multi-line delimiters were failingNick Fitzgerald2010-11-201-2/+2
* Adding support for erlangNick Fitzgerald2010-11-201-0/+2
* little things to readme and sectionsNick Fitzgerald2010-11-061-4/+4
* Fixing the comments sections up a litleNick Fitzgerald2010-11-061-1/+2
* Replacing options with keyword args, and updating the preprocessor a littleNick Fitzgerald2010-11-061-31/+58
* Updating some of the commentsNick Fitzgerald2010-11-061-5/+10
* Adding a period to the end of the sentenceNick Fitzgerald2010-11-061-1/+1
* Moving the __all__ to the bottomNick Fitzgerald2010-11-061-2/+1
* Making 'generate_html' return a string rather than dealing with files itself;...Nick Fitzgerald2010-11-061-24/+27
* Addressed the pycco as a module issuegoosemo2010-11-041-7/+7
* Fixed minor conflicts.goosemo2010-11-042-34/+42
|\
| * Import selected functions in to the top level moduleNick Fitzgerald2010-10-312-0/+5
| * Adding --directory flag so you can specify the output directoryNick Fitzgerald2010-10-301-18/+22