osquery-1/doxygen/documentation.h

12 lines
269 B
C
Raw Normal View History

2014-09-16 00:24:29 +00:00
// Copyright 2004-present Facebook. All Rights Reserved.
#pragma once
/**
* @brief The main osquery namespace
2014-09-16 00:24:29 +00:00
*
* @namespace osquery If you're uncertain about where code should go, it
* should probably be in the global osquery namespace.
2014-09-16 00:24:29 +00:00
*/
2014-09-21 21:30:28 +00:00
namespace osquery {}