summaryrefslogtreecommitdiff
path: root/SDL_Core/doc/doxygen/tools/InterfaceGenerator/CMake Integration.txt
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/doc/doxygen/tools/InterfaceGenerator/CMake Integration.txt')
-rw-r--r--SDL_Core/doc/doxygen/tools/InterfaceGenerator/CMake Integration.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/SDL_Core/doc/doxygen/tools/InterfaceGenerator/CMake Integration.txt b/SDL_Core/doc/doxygen/tools/InterfaceGenerator/CMake Integration.txt
deleted file mode 100644
index b4fb0b3df..000000000
--- a/SDL_Core/doc/doxygen/tools/InterfaceGenerator/CMake Integration.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-/*! \page tools_interfacegenerator_cmakeintegration Integration with CMake
-
-In order to organize usable build process that allows to create generated code at every workstation in accordance with local setting and ensure that code re-generated after any modification in source XML or InterfaceGenerator itself was designed custom CMake rule "GenerateInterface".
-
-This rule takes 3 arguments - name of source XML file, desired namespace for generated code and name of parser to use (name of parser is required because supported XML formats are indistinguishable and client must explicitly specify desired parser type).
-
-Example:
-
-<pre>
-GenerateInterface("test_v4_protocol_v2_0_revP.xml" "Gen::test::components::JSONHandler" "alrpcv2")
-</pre>
-
-*/