mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
30 lines
693 B
ReStructuredText
30 lines
693 B
ReStructuredText
%{
|
|
--------------------------------------------------------------------------------
|
|
--
|
|
-- 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
|
|
--
|
|
--------------------------------------------------------------------------------
|
|
|
|
if not g_luaUtilsIncluded then
|
|
dofile(g_frameDir .. "/utils.lua")
|
|
end
|
|
|
|
if FORCE_INCLUDE_FILE then
|
|
}
|
|
.. include:: $FORCE_INCLUDE_FILE
|
|
%{
|
|
end -- if
|
|
}
|
|
.. _global:
|
|
|
|
$(getTitle(g_globalNamespace.title, 1))
|
|
|
|
%{
|
|
includeFile("compound.rst.in", g_globalNamespace)
|
|
}
|