Bug Tracker

Show
Ignore:
Timestamp:
12/17/07 18:48:39 (1 year ago)
Author:
joern.zaefferer
Message:

added plugins (Plugins_API), improved presentation (thanks Glen! - also inspired by Ext API browser), added startdoc to header, removed quicksearch at top and for categorized, renamed it to filter for alphabetic

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tools/api-browser/build.xml

    r4180 r4208  
    4444        <delete file="validation.html" /> 
    4545        <delete file="ui.html" /> 
    46         <xslt includes="index.xml,validation.xml,ui.xml" destdir="." style="style.xsl" /> 
     46        <delete file="plugins.html" /> 
     47        <xslt includes="index.xml,validation.xml,ui.xml,plugins.xml" destdir="." style="style.xsl" /> 
    4748    </target> 
    4849