From 63822e94697503766b0ebe1814ba09639eaedaa0 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 30 Sep 2003 20:33:45 +0000 Subject: [project @ 2003-09-30 20:33:45 by bursa] Document more files. svn path=/import/netsurf/; revision=335 --- content/fetchcache.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'content/fetchcache.h') 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 */ +/** \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_ -- cgit v1.2.3