mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 01:26:34 +03:00
31 lines
784 B
ReStructuredText
31 lines
784 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
|
|
--
|
|
--------------------------------------------------------------------------------
|
|
|
|
local argArray = table.pack(...)
|
|
local compound = argArray[1]
|
|
local compoundKind = argArray[2]
|
|
|
|
if FORCE_INCLUDE_FILE then
|
|
}
|
|
.. include:: $FORCE_INCLUDE_FILE
|
|
%{
|
|
end -- if
|
|
}
|
|
.. index:: pair: $compoundKind; $(compound.name)
|
|
.. _doxid-$(compound.id):
|
|
|
|
$(getTitle(compoundKind .. " " .. compound.name, 1))
|
|
|
|
%{
|
|
includeFile("compound.rst.in", compound)
|
|
}
|