env-xml.lnt
来自「PClint,一个非常严格的C/C++编译器, 可以嵌入到VC.GCC等.它甚至」· LNT 代码 · 共 15 行
LNT
15 行
/* env-xml.lnt
The following options cause the output of PC-lint/Flexelint to
assume the format of an XML file. The tags chosen are the obvious
ones; but they can be customized as needed.
*/
-v // turn off verbosity
-"format=<message><file>%f</file> <line>%l</line> <type>%t</type> <code>%n</code> <desc>%m</desc></message>"
-"format_specific= "
-hFs1 // The height of a message should be 1 (i.e. don't output the
// line in error); always produce File information; and Space
// between messages
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?