Merge branch 'master' of git://www.geeqie.org/geeqie
authorColin Clark <[email protected]>
Tue, 27 Apr 2021 12:22:03 +0000 (13:22 +0100)
committerColin Clark <[email protected]>
Tue, 27 Apr 2021 12:22:03 +0000 (13:22 +0100)
1  2 
src/thumb_standard.c

index c008dca6f55b1beaaf8c624f78b2fd85ff56b4d4,43ab9fed79a463157c00b62417234da58977a75f..2998f3942735a723f0ed9d92ec2e9f18e60d72a9
  #include "filedata.h"
  #include "exif.h"
  #include "metadata.h"
 +#include "color-man.h"
  
  
- /*
+ /**
+  * @file
+  * 
   * This thumbnail caching implementation attempts to conform
   * to the Thumbnail Managing Standard proposed on freedesktop.org
-  * The standard is documented here:
-  *   http://triq.net/~jens/thumbnail-spec/index.html
+  * The standard is documented here: \n
+  *   http://triq.net/~jens/thumbnail-spec/index.html \n
   *  (why isn't it actually hosted on freedesktop.org?)
   *
   * This code attempts to conform to version 0.7.0 of the standard.