osquery-1/doxygen/documentation.h

19 lines
486 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 01:11:49 +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
*/
namespace osquery {
/** @brief The namespace which contains all database related functionality
2014-09-16 01:11:49 +00:00
*
* @namespace osquery::db All code in the `osquery/database` subdirectory is
* apart of the osquery::db namespace.
2014-09-16 00:24:29 +00:00
*/
namespace db {}
}