X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FTypeDescription.cpp;h=c6e5d7e876498bf5a7c0aae6713ce148f956dfaf;hb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;hp=bcc480c6af6659ef6241c14bcf97a59ee01a68ad;hpb=1907ca03c5e865c4d398170042aa384c67ffff29;p=l2e.git diff --git a/src/loader/TypeDescription.cpp b/src/loader/TypeDescription.cpp index bcc480c..c6e5d7e 100644 --- a/src/loader/TypeDescription.cpp +++ b/src/loader/TypeDescription.cpp @@ -1,10 +1,3 @@ -/* - * TypeDescription.cpp - * - * Created on: Sep 4, 2012 - * Author: holy - */ - #include "TypeDescription.h" #include @@ -134,6 +127,8 @@ void TypeDescription::WriteSourceWiki(std::ostream &out) { const TypeDescription &td(Get(GetTypeId(*i))); out << "h3. " << td.TypeName() << endl << endl; + out << "Type ID: @" << td.TypeId() << "@" << endl << endl; + if (td.Description()) { out << td.Description() << endl << endl; }