Beispiel #1
0
def site(args):
    """creates a website containing javadoc and the project dependency graph"""

    return mx.site(['--name', 'Maxine',
                    '--exclude-packages', 'com.sun.max.asm.amd64.complete,com.sun.max.asm.ia32.complete',
                    '--overview', join(_maxine_home, 'overview.html'),
                    '--title', 'Maxine Project Documentation',
                    '--dot-output-base', 'modules'] + args)
Beispiel #2
0
def site(args):
    """creates a website containing javadoc and the project dependency graph"""

    return mx.site(['--name', 'Maxine',
                    '--exclude-packages', 'com.sun.max.asm.amd64.complete,com.sun.max.asm.ia32.complete',
                    '--overview', join(_maxine_home, 'overview.html'),
                    '--title', 'Maxine Project Documentation',
                    '--dot-output-base', 'modules'] + args)