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

  #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.