diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-05-12 13:04:34 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-05-12 13:04:34 (GMT) |
commit | 8dc4ff6dd22b1603f33537ff03994cc63e658768 (patch) | |
tree | 97f0e23b93d45b7917d965e6d1bb70da6c61831a /jquery/README | |
parent | ebf4b3641c9149eaf4468aa8df64e1c7517e5f0c (diff) | |
download | Doxygen-8dc4ff6dd22b1603f33537ff03994cc63e658768.zip Doxygen-8dc4ff6dd22b1603f33537ff03994cc63e658768.tar.gz Doxygen-8dc4ff6dd22b1603f33537ff03994cc63e658768.tar.bz2 |
Release-1.8.3.1-20130512
Diffstat (limited to 'jquery/README')
-rw-r--r-- | jquery/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/jquery/README b/jquery/README new file mode 100644 index 0000000..314c838 --- /dev/null +++ b/jquery/README @@ -0,0 +1,16 @@ +Doxygen's jquery.js script is composed of minified versions of the following +packages: +- jquery 1.7.1: http://jquery.com/download/ +- jquery.ui 1.8.18: https://code.google.com/p/jquery-ui/downloads/list + modules required: + - jquery.ui.core + - jquery.ui.widget + - jquery.ui.mouse + - jquery.ui.resizable +- jquery.hashchange: 1.3: http://benalman.com/projects/jquery-hashchange-plugin/ +- jquery.scrollTo: 1.4.2: https://github.com/flesler/jquery.scrollTo + +The Makefile will built the jquery_*.js files used by doxygen. +Some files are split into smaller parts to make sure Visual Studio can compile them +as strings. + |