steve3d Posted February 6, 2012 Posted February 6, 2012 I think many people here can make their own unigine script editor by Scintilla, but the real problem is that we don't have all those api information, I've wrote a python program to extract these info from the script documentation, but unigine api changes on every 2-3 updates, maintain these is just a pain. I think unigine should be using doxygen or something to generate those document for these script reference, so I want to know if there is any possibility to provide us the xml files, so we can parse this xml file to get the doc/syntax for unigine script library?
binstream Posted February 8, 2012 Posted February 8, 2012 No, UnigineScript documentation isn't stored in the code itself, we use semi-automated merging system.
Recommended Posts