I*m a total beginner, so I’m pretty sure I’m doing something wrong, although I can’t find what.
I’m trying to generate documentation for my project and I started creating a template. I’m sure I follow exactly what is written in the Reference document, but at the end, when with the M2Doc interpreter I open the .gendoc file I just created, the error is always the same: “ERROR: null or empty string. (0, 0)”.
Any suggestion?
Thanks!
Apparently no empty fields in the generated template. I tried the new template wizard option too, then after creation of the template I used “Initialize documentation configuration” to get the .genconf file, but again as soon as Iselect the newly generated file I get the same message.
I’m pretty sure it’s something very basic but I don’t know what.
Thanks again
I think there is an issue with the genconf file it tries to load ‘:SystemEngineering’ where it should be ‘SystemEngineering’. But I’m not sure this is related with the previous error message.
I’m not sure what is going on, so you can copy one of the sample templates and setup a genconf with it for your project. Then check if it’s generating and change the content of the template. The template has a variable self of type SystemEngineering. For writing your templates see the documentation. I would suggest you use the M2Doc interpreter view to write your AQL expresisons.