mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
22 lines
798 B
Python
22 lines
798 B
Python
#...............................................................................
|
|
#
|
|
# This file is part of the Doxyrest toolkit.
|
|
#
|
|
# Doxyrest is distributed under the MIT license.
|
|
# For details see accompanying license.txt file,
|
|
# the public copy of which is also available at:
|
|
# http://tibbo.com/downloads/archive/doxyrest/license.txt
|
|
#
|
|
#...............................................................................
|
|
|
|
crefdb = {
|
|
%{
|
|
includeFile("crefdb_groups.py.in", g_groupArray)
|
|
includeFile("crefdb_items.py.in", g_globalNamespace.enumArray)
|
|
includeFile("crefdb_structs.py.in", g_globalNamespace.structArray)
|
|
includeFile("crefdb_items.py.in", g_globalNamespace.variableArray)
|
|
includeFile("crefdb_items.py.in", g_globalNamespace.functionArray)
|
|
includeFile("crefdb_external.py.in")
|
|
}
|
|
}
|