From 4073115159dcf01a5279b58fc404fcd561b2fd74 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Wed, 15 Feb 2017 17:23:23 +0100 Subject: [PATCH] add mwdialogue --- docs/source/openmw/index.rst | 1 + docs/source/openmw/mwdialogue.rst | 33 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 docs/source/openmw/mwdialogue.rst diff --git a/docs/source/openmw/index.rst b/docs/source/openmw/index.rst index 418615906..ad9a87138 100644 --- a/docs/source/openmw/index.rst +++ b/docs/source/openmw/index.rst @@ -7,6 +7,7 @@ OpenMW Source Documentation mwbase mwclass + mwdialogue .. autodoxygenfile:: engine.hpp :project: openmw diff --git a/docs/source/openmw/mwdialogue.rst b/docs/source/openmw/mwdialogue.rst new file mode 100644 index 000000000..f351437bd --- /dev/null +++ b/docs/source/openmw/mwdialogue.rst @@ -0,0 +1,33 @@ +############ +./mwdialogue +############ + +.. autodoxygenfile:: mwdialogue/dialoguemanagerimp.hpp + :project: openmw + +.. autodoxygenfile:: mwdialogue/filter.hpp + :project: openmw + +.. autodoxygenfile:: mwdialogue/hypertextparser.hpp + :project: openmw + +.. autodoxygenfile:: mwdialogue/journalentry.hpp + :project: openmw + +.. autodoxygenfile:: mwdialogue/journalimp.hpp + :project: openmw + +.. autodoxygenfile:: mwdialogue/keywordsearch.hpp + :project: openmw + +.. autodoxygenfile:: mwdialogue/quest.hpp + :project: openmw + +.. autodoxygenfile:: mwdialogue/scripttest.hpp + :project: openmw + +.. autodoxygenfile:: mwdialogue/selectwrapper.hpp + :project: openmw + +.. autodoxygenfile:: mwdialogue/topic.hpp + :project: openmw