mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 04:13:22 +08:00
[snippets] updated: pytowiki script
git-svn-id: https://pykd.svn.codeplex.com/svn@64253 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
a3a4cadcc2
commit
a6048b8783
@ -6,7 +6,7 @@ import sys
|
|||||||
|
|
||||||
|
|
||||||
def usage():
|
def usage():
|
||||||
pass
|
print "python pytowiki.py module_name"
|
||||||
|
|
||||||
|
|
||||||
class CodeplexFormatter:
|
class CodeplexFormatter:
|
||||||
@ -85,13 +85,6 @@ def buildDoc( ioStream, formatter, apiInfo ):
|
|||||||
ioStream.write( formatter.escapeMarkup( m.__doc__ ) + formatter.endl() )
|
ioStream.write( formatter.escapeMarkup( m.__doc__ ) + formatter.endl() )
|
||||||
|
|
||||||
|
|
||||||
def buildFuncDir( ioStream, funcs ):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def buildClassDir( ioStream, classes ):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
||||||
if len(sys.argv) < 2:
|
if len(sys.argv) < 2:
|
||||||
|
Loading…
Reference in New Issue
Block a user