Make sure Utility file is included in doxygen output.

Fixes http://www.chiefdelphi.com/forums/showpost.php?p=1427109&postcount=3

Change-Id: I716cd6be21980945c4a7846f5c32e50e040be3e9
This commit is contained in:
Joe Ross
2015-01-12 22:44:02 -08:00
parent cff103d15e
commit 34d515debb

View File

@@ -5,6 +5,10 @@
/*---------------------------------------------------------------------------*/
#pragma once
/** @file
* Contains global utility functions
*/
#include <stdint.h>
#include <string>