]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/HTTPFileRequest.hxx
Fix VS2010 lack of fminf
[simgear.git] / simgear / io / HTTPFileRequest.hxx
index 8adc9003fe5e432f70c579297d0c70b856249e51..43d1cbd5efa2af8a59405c3185ea88ec5597adb5 100644 (file)
@@ -1,4 +1,4 @@
-///@file HTTP request writing response to a file.
+///@file
 //
 // Copyright (C) 2013  Thomas Geymayer <tomgey@gmail.com>
 //
@@ -27,6 +27,9 @@ namespace simgear
 namespace HTTP
 {
 
+  /**
+   * HTTP request writing response to a file.
+   */
   class FileRequest:
     public Request
   {