]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/TypeDescription.cpp
removed stupid file headers that eclipse put in
[l2e.git] / src / loader / TypeDescription.cpp
index bcc480c6af6659ef6241c14bcf97a59ee01a68ad..c6e5d7e876498bf5a7c0aae6713ce148f956dfaf 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * TypeDescription.cpp
- *
- *  Created on: Sep 4, 2012
- *      Author: holy
- */
-
 #include "TypeDescription.h"
 
 #include <algorithm>
@@ -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;
                }