osquery-1/doxygen/documentation.h
2014-09-21 14:30:28 -07:00

12 lines
269 B
C++

// Copyright 2004-present Facebook. All Rights Reserved.
#pragma once
/**
* @brief The main osquery namespace
*
* @namespace osquery If you're uncertain about where code should go, it
* should probably be in the global osquery namespace.
*/
namespace osquery {}