0
I Use This!
Inactive

Commits : Listings

Analyzed 10 minutes ago. based on code collected about 5 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update the CSS to match recent changes to ADC docs appearance More... about 14 years ago
Made some modifications to the syntax of \code blocks More... about 14 years ago
Initial work to preserve \code blocks More... about 14 years ago
Incrementing version to 2.2 More... over 14 years ago
Added several more frameworks to the linkifying logic. More... over 14 years ago
By default, generate links to Mac frameworks but not iPhone frameworks. Use the new -p (or --phone) option to generate iPhone links rather than Mac links. More... over 14 years ago
Use the minidom for linkifying. More... over 14 years ago
Linkifying would fail if there were no classes, no categories, or no protocols in the project. More... over 14 years ago
Inheritance information as well as protocol conformance will be displayed at the top of a class declaration if the information is available. More... over 14 years ago
A file should not link to itself. More... over 14 years ago
Minor change to the URL which AppKit links will point to (specifies the Mac Dev Center, in case there's ever any overlap between iphone and mac classes in the future) More... over 14 years ago
Required protocol methods will now display an italicized "required" next to them in the page index (note: not the TOC). Optional/Required detection requires XML generated using Doxygen v1.6.0 or later. More... over 14 years ago
Change how cross-file links are established. The old way was causing issues with the latest version of Doxygen (v1.6.1). More... over 14 years ago
Add links to Foundation and AppKit protocols (before, links were only added to classes from those frameworks) More... over 14 years ago
Added logic to create links for several iPhone-specific frameworks: More... over 14 years ago
Remove .gitignore file -- general ignores (like .DS_Store files) should be handled by the user's global config file, not on a per-project basis. More... over 14 years ago
Incrementing version to 2.1 (because of the last batch of appearance changes) More... over 14 years ago
Update output appearance to match the most recent changes to Apple's documentation style. More... over 14 years ago
Rename XSLT stylesheets to indicate that we're now producing HTML5 rather than XHTML markup. More... over 14 years ago
Use new HTML5 elements (fun!) -- we don't care about IE, and the current issues with Firefox are *not* due to HTML5 (it's buggy javascript) More... over 14 years ago
Added "print" stylesheet More... over 14 years ago
Update appearance to be similar to new ADC docs. More... over 14 years ago
Fix XSLT semantics -- Snow Leopard's version of libxslt is picker about proper usage of xsl:param (thanks to Brian Amerige) More... over 14 years ago
* Added verbose option More... almost 15 years ago
* Add a couple of checks on inputs More... almost 15 years ago
* Make the usage message be a little more descriptive More... almost 15 years ago
* Remove readme.txt -- keeping it up to date is a chore, especially now that people can follow the commits directly More... almost 15 years ago
Moved the logic for the previous commit out of object2xhtml.xslt into object.xslt. If there are no brief or detailed descriptions, there's no need to have the empty tags in the XML file. More... about 15 years ago
"Overview" only displays if there is either a brief or a detailed description defined for the file More... about 15 years ago
General refactoring. All paths now use os.path.join(...) instead of string concatenation. More... about 15 years ago