Make docs, for your own App (not a module) ?

About Monkey 2 Forums Monkey 2 Development Make docs, for your own App (not a module) ?

Tagged: 

This topic contains 4 replies, has 3 voices, and was last updated by  gcmartijn 2 years, 8 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2971

    gcmartijn
    Participant

    I’m trying to get some total overview about everything I made so far.

    To do this I was hoping that a application (not module) can create the documentation with “Make Docs”.

    Will this be possible in the future ?
    Or do I need a extern program for this ?

    I have the feeling this is already possible or easy to make by @Mark because its already working for the modules (I guess).

    #3013

    cocon
    Participant

    I see that now makedocs can work only for modules, you say that it could work for projects as well right?

    #3015

    gcmartijn
    Participant

    No I was hoping that it was possible. Because a app looks like a module .

    Maybe its a Small thing for Mark to make.

    #3029

    Mark Sibly
    Keymaster

    No, you can’t currently make docs for an app but it’s an interesting idea.

    The main problem is that makedocs really just produces a pile of html files and an ‘index.js’, which gets merged into the doc system (ie: a jstree etc, iframes etc).

    But for an app, there is no doc system – which should happen to the html files and index?

    #3068

    gcmartijn
    Participant

    For me its Oké that the app Help files are generated inside the app root folder (Help). Or in the root build folder.

    That would be cool to get some overview.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.