Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2005-06-19 05:00:51
Size: 1920
Editor: tomz
Comment:
Revision 8 as of 2005-06-19 05:08:20
Size: 1878
Editor: tomz
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
                 Derived files Sections and
Type of tree contain sentinels? @others expanded?
------------ ------------------ -----------------
       @file yes yes
     @nosent no yes
      @noref yes no
       @asis no no
||Type of tree||Derived files contain sentinels? || Sections and @others expanded?||
|| @file|| yes|| yes||
|| @nosent|| no || yes||
|| @noref|| yes || no||
|| @asis|| no || no||

2005-06-17 Leo4.3 final!

  • attachment::Leo4.3.png
  • 长久的期待!!终于诞生了!!!

@thin 学习

  • 嗯嗯!
  • 如果是团队开发,最好用@thin,另外还有比@silent更方便的命令。和@thin的文档在一起。by tomz
  • @thin的文档在随程序发行的文档中,在介绍完@file后的附录中。共介绍了四种对@file的补充命令。在介绍root之前。by tomz
    • 收到!翻译学习中!
    • 还是我找资料贴出来吧。是和@file相关的,不是和@root相关的。 by tomz

Type of tree

Derived files contain sentinels?

Sections and @others expanded?

@file

yes

yes

@nosent

no

yes

@noref

yes

no

@asis

no

no

四个标记命令for @root

@verbose, @terse, @quiet 和 @silent 指示符是作为 @root 树的 混出(Tangle)命令的输出参数来使用的. Comments written by the user in code sections are always output: these directives control only: a) the comments containing doc sections and b) sentinel comments that delimit the beginning and end of code sections.

When @verbose is in effect Tangle outputs all comments. When @terse is in effect, Tangle outputs only those comments necessary for Untangle to work. When @silent is in effect Tangle adds no additional comments. The @quiet directive is like @silent except that it does output leading sentinels as comments. Like @silent, @quiet inhibits untangling.

@verbose is the default. If more than one of these directives appear in the same body text the "most verbose" of these options will be in effect.

LeoEnvironment/2005-06-17 (last edited 2009-12-25 07:14:44 by localhost)