summaryrefslogtreecommitdiff
path: root/content/fetchcache.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-09-30 20:33:45 +0000
committerJames Bursa <james@netsurf-browser.org>2003-09-30 20:33:45 +0000
commit63822e94697503766b0ebe1814ba09639eaedaa0 (patch)
tree71920190942edd6799e4d9731eac50bf955dc414 /content/fetchcache.h
parent90e77a0d4f9b0b14023353f06f76274285296a98 (diff)
downloadnetsurf-63822e94697503766b0ebe1814ba09639eaedaa0.tar.gz
netsurf-63822e94697503766b0ebe1814ba09639eaedaa0.tar.bz2
[project @ 2003-09-30 20:33:45 by bursa]
Document more files. svn path=/import/netsurf/; revision=335
Diffstat (limited to 'content/fetchcache.h')
-rw-r--r--content/fetchcache.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/content/fetchcache.h b/content/fetchcache.h
index 29b3f8176..bd7c09933 100644
--- a/content/fetchcache.h
+++ b/content/fetchcache.h
@@ -5,6 +5,13 @@
* Copyright 2003 James Bursa <bursa@users.sourceforge.net>
*/
+/** \file
+ * High-level fetching, caching and conversion (interface).
+ *
+ * The fetchcache() function retrieves a URL from the cache, or fetches,
+ * converts, and caches it if not cached.
+ */
+
#ifndef _NETSURF_DESKTOP_FETCHCACHE_H_
#define _NETSURF_DESKTOP_FETCHCACHE_H_