Page 1 of 1

Generate Maniascript API Documentation

Posted: 16 May 2017, 15:11
by Sheiken
Hi, i follow this tutorial https://v4.live.maniaplanet.com/documen ... references
to generate my doc, but the .bat archive open a cmd window and this flashes twice and nothing happens.

the GenerateDoc.bat was placed in maniaplanet.exe folder and the command lines is:

Code: Select all

ManiaPlanet.exe /generatescriptdoc=C:\doc.h
What im doing wrong?
:(

Re: Generate Maniascript API Documentation

Posted: 16 May 2017, 20:56
by zocka
For me it didn't work with C:\ either (as MP is installed on D: ?). It worked with an absolute path on the same drive or you can try using a relative path (e.g. ManiaPlanet.exe /generatescriptdoc=doc.h to generate it in the same directory) instead.

Re: Generate Maniascript API Documentation

Posted: 16 May 2017, 21:09
by undef.de

Re: Generate Maniascript API Documentation

Posted: 19 May 2017, 18:39
by Sheiken
undef.de wrote: 16 May 2017, 21:09 I always try to keep https://www.uaseco.org/development/maniascript.php uptodate...
Thanks for help me :3