]> git.mxchange.org Git - simgear.git/blobdiff - simgear/compiler.h
Doxygen ...
[simgear.git] / simgear / compiler.h
index e77233e7331421dbe88bc7ceffd32cc59f8c4f07..0c0124e6441dfa156457b1b483a8fd7d7501fbdb 100644 (file)
@@ -22,7 +22,9 @@
 
 /** \file compiler.h
  * A set of defines to encapsulate compiler and platform differences.
- * What this file does.
+ * Please refer to the source code for full documentation on this file.
+ *
+ * Here is a summary of what this file does.
  *
  *  (1)  Defines macros for some STL includes which may be affected
  *       by file name length limitations.
 #   define SG_USING_NAMESPACE(X)
 #endif
 
+/** \def SG_USING_STD(x)
+ *  Expands to using std::x if SG_HAVE_STD is defined 
+ */
 # ifdef SG_HAVE_STD
 #  define SG_USING_STD(X) using std::X
 #  define STD std