Size: 1878
Comment:
|
← Revision 10 as of 2009-12-25 07:14:44 ⇥
Size: 1501
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
* attachment::Leo4.3.png | * {{attachment::Leo4.3.png}} |
Line 8: | Line 8: |
* [http://webpages.charter.net/edreamleo/atThin.html Using @thin and @all] | * [[http://webpages.charter.net/edreamleo/atThin.html|Using @thin and @all]] |
Line 13: | Line 13: |
* 还是我找资料贴出来吧。是和@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|| |
2005-06-17 Leo4.3 final!
- 长久的期待!!终于诞生了!!!
@thin 学习
- 嗯嗯!
- 如果是团队开发,最好用@thin,另外还有比@silent更方便的命令。和@thin的文档在一起。by tomz
所以!什么东西?研究之!
- 快速翻译来学习使用!
- @thin的文档在随程序发行的文档中,在介绍完@file后的附录中。共介绍了四种对@file的补充命令。在介绍root之前。by tomz
- 收到!翻译学习中!
四个标记命令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.