📄 manual.mal
字号:
#line 28 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/mal/manual.mx"module manual;command help(text:str)address MANUALhelpcomment "Produces a list of all <module>.<function> that match the text pattern. The wildcard '*' can be used for <module> and <function>. Using the '(' asks for signature information andusing ')' asks for the complete help record.";command search(text:str)address MANUALsearchcomment "Search the manual for command descriptions that match the regular expression 'text'";command createXML(mod:str):voidaddress MANUALcreate1comment "Generate a synopsis of a module";command createXML():voidaddress MANUALcreate0comment "Produces a XML-formatted manual over all modules loaded.";command section(mod:str):voidaddress MANUALcreateSection1comment "Generate a synopsis of a module for the reference manual";command index():voidaddress MANUALcreateIndexcomment "Produces an overview of all names grouped by module.";command summary():voidaddress MANUALcreateSummarycomment "Produces a manual with help lines grouped by module.";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -