3
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 19 hours ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for JavaDoc style comments. More... almost 19 years ago
Updates for changes to class hierarchies and browser specific styles. More... almost 19 years ago
Changes in hierarchy generation and browser specific styles. More... almost 19 years ago
Move hierarchy generation away from tables. More... almost 19 years ago
- HTML and CSS cleanup. - Make right side of summaries indented too. - Drop support for IE4, KHTML. More... almost 19 years ago
- Add support for Opera 8. - Drop support for IE4 and KHTML. More... almost 19 years ago
More HTML and CSS cleanup. More... almost 19 years ago
More generated HTML cleanup. More... almost 19 years ago
Update page structure and styles to not use tables on unframed pages and to convert some classes to IDs. More... almost 19 years ago
Allow parenthesis in the file title, but not in the file name. More... almost 19 years ago
Fix prototype detection when using "=begin nd" and "=cut". More... almost 19 years ago
Make sure "o - something" is treated as a definition, not a bullet. More... almost 19 years ago
Allow a trailing asterisk in links to be ignored, so you can say <Class*> instead of <Class>*. Doesn't work when combined with plurals, so no <Class*'s>. More... almost 19 years ago
Fix Here Doc support with unquoted strings. More... about 19 years ago
Support split regexps without parenthesis. More... about 19 years ago
Make sure text enders appearing in the middle of tokens aren't accepted. More... about 19 years ago
Fix problem which caused class hierarchy diagrams to disappear when using partial class names with full language support. (ie. documenting package.package.MyClass with "Class: MyClass") More... about 19 years ago
Trade ?: problems for much more infrequent ?? problems. More... about 19 years ago
Reparse and rebuild for 1.35. More... about 19 years ago
Change version to 1.35. More... about 19 years ago
Don't ban indexes when Menu.txt gets deleted. More... about 19 years ago
Fix matching so you can document with parenthesis when you have full language support (i.e. Function: MyFuncName(2)) and you can use partial titles (i.e. class: ClassName for Hierarchy.Hierarchy.ClassName). More... about 19 years ago
Correct percentages when building for multiple output targets. More... about 19 years ago
Make sure files that start with a dot and don't otherwise contain an extension are treated as extensionless files. More... about 19 years ago
Definition lists can't start in the middle of a paragraph. And ND sucks a little less. More... about 19 years ago
Fix an ultra-obscure crash. I still don't understand how this could happen in the real world, but there you go. More... about 19 years ago
Add support for using # as a regex symbol. More... about 19 years ago
Add support for Here Doc syntax. More... about 19 years ago
Fix bug for Perl prototypes that end in $). More... about 19 years ago
Fix problems with $/ and $?. More... over 19 years ago