Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuong Hoang <lhoang@live.com>2014-11-11 02:36:01 +0300
committerLuong Hoang <lhoang@live.com>2014-11-11 02:36:01 +0300
commit550767a8fef34b555a78564e7a29c9ae37cf1087 (patch)
tree497c1ab66c5df5cdc1b0636296d63dbe8b4cef34 /explore
parenta1f90adcf8e28bb7541beddcda516834a7178d02 (diff)
added docs for internal usage
Diffstat (limited to 'explore')
-rw-r--r--explore/static/utility.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/explore/static/utility.h b/explore/static/utility.h
index ffa57596..dce5d67f 100644
--- a/explore/static/utility.h
+++ b/explore/static/utility.h
@@ -1,3 +1,7 @@
+/*******************************************************************/
+// Classes declared in this file are intended for internal use only.
+/*******************************************************************/
+
#pragma once
#include <stdint.h>
#include <sys/types.h> /* defines size_t */