Hi,
after generating my documentation there are a lot of json-files inside my docs folder.
It looks like everything is done.
But on my docs.html nothing is shown.
Just the header of my index page.
I declarate it the following way
after generating my documentation there are a lot of json-files inside my docs folder.
It looks like everything is done.
But on my docs.html nothing is shown.
Just the header of my index page.
I declarate it the following way
- /*
* @page index Inventory
* @tag home
*
* ###Inventory APP
* @author Sebtra
*
*
*
*/
In my subclass I tried it like
- /**
* @class Inventory.Page.Location
* @parent Inventory
*/
The result looks like
![]()
Do anybody have an idea?
Update:
I tried to do the example with a brand new downloaded zip of JMVC. There's still the same problem.

Do anybody have an idea?
Update:
I tried to do the example with a brand new downloaded zip of JMVC. There's still the same problem.