Files
eepp/docs/doxyrest/frame/lua/crefdb.py.in
2022-03-11 11:51:07 -03:00

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")
}
}