[Ttssh2-commit] [4276] マクロコマンドのドキュメントに参照を追加

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 1月 15日 (土) 18:36:38 JST


Revision: 4276
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4276
Author:   maya
Date:     2011-01-15 18:36:38 +0900 (Sat, 15 Jan 2011)

Log Message:
-----------
マクロコマンドのドキュメントに参照を追加

Modified Paths:
--------------
    trunk/doc/en/html/macro/command/basename.html
    trunk/doc/en/html/macro/command/dirname.html
    trunk/doc/en/html/macro/command/inputbox.html
    trunk/doc/en/html/macro/command/makepath.html
    trunk/doc/en/html/macro/command/messagebox.html
    trunk/doc/en/html/macro/command/passwordbox.html
    trunk/doc/en/html/macro/command/statusbox.html
    trunk/doc/en/html/macro/command/yesnobox.html
    trunk/doc/ja/html/macro/command/basename.html
    trunk/doc/ja/html/macro/command/dirname.html
    trunk/doc/ja/html/macro/command/inputbox.html
    trunk/doc/ja/html/macro/command/makepath.html
    trunk/doc/ja/html/macro/command/messagebox.html
    trunk/doc/ja/html/macro/command/passwordbox.html
    trunk/doc/ja/html/macro/command/statusbox.html
    trunk/doc/ja/html/macro/command/yesnobox.html


-------------- next part --------------
Modified: trunk/doc/en/html/macro/command/basename.html
===================================================================
--- trunk/doc/en/html/macro/command/basename.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/en/html/macro/command/basename.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -35,5 +35,11 @@
 ; fname = "test.txt"
 </pre>
 
+<h2>See also</h2>
+<ul>
+  <li><a href="dirname.html">dirname</a></li>
+  <li><a href="makepath.html">makepath</a></li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/en/html/macro/command/dirname.html
===================================================================
--- trunk/doc/en/html/macro/command/dirname.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/en/html/macro/command/dirname.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -39,5 +39,11 @@
 ; dir = "c:"
 </pre>
 
+<h2>See also</h2>
+<ul>
+  <li><a href="basename.html">dirname</a></li>
+  <li><a href="makepath.html">makepath</a></li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/en/html/macro/command/inputbox.html
===================================================================
--- trunk/doc/en/html/macro/command/inputbox.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/en/html/macro/command/inputbox.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -42,5 +42,10 @@
 sendln inputstr
 </pre>
 
+<h2>See also</h2>
+<ul>
+  <li><a href="strspecial.html">strspecial</a></li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/en/html/macro/command/makepath.html
===================================================================
--- trunk/doc/en/html/macro/command/makepath.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/en/html/macro/command/makepath.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -35,5 +35,11 @@
 ; path = "c:\teraterm\test.txt"
 </pre>
 
+<h2>See also</h2>
+<ul>
+  <li><a href="basename.html">basename</a></li>
+  <li><a href="dirname.html">dirname</a></li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/en/html/macro/command/messagebox.html
===================================================================
--- trunk/doc/en/html/macro/command/messagebox.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/en/html/macro/command/messagebox.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -42,5 +42,10 @@
 messagebox message title
 </pre>
 
+<h2>See also</h2>
+<ul>
+  <li><a href="strspecial.html">strspecial</a></li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/en/html/macro/command/passwordbox.html
===================================================================
--- trunk/doc/en/html/macro/command/passwordbox.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/en/html/macro/command/passwordbox.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -42,5 +42,10 @@
 passwordbox 'Enter password' 'Login'
 </pre>
 
+<h2>See also</h2>
+<ul>
+  <li><a href="strspecial.html">strspecial</a></li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/en/html/macro/command/statusbox.html
===================================================================
--- trunk/doc/en/html/macro/command/statusbox.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/en/html/macro/command/statusbox.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -71,5 +71,10 @@
 return
 </pre>
 
+<h2>See also</h2>
+<ul>
+  <li><a href="strspecial.html">strspecial</a></li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/en/html/macro/command/yesnobox.html
===================================================================
--- trunk/doc/en/html/macro/command/yesnobox.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/en/html/macro/command/yesnobox.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -45,5 +45,10 @@
 end
 </pre>
 
+<h2>See also</h2>
+<ul>
+  <li><a href="strspecial.html">strspecial</a></li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/ja/html/macro/command/basename.html
===================================================================
--- trunk/doc/ja/html/macro/command/basename.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/ja/html/macro/command/basename.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -35,5 +35,11 @@
 ; fname = "test.txt"
 </pre>
 
+<h2>ŽQÆ</h2>
+<ul>
+  <li><a href="dirname.html">dirname</a></li>
+  <li><a href="makepath.html">makepath</a></li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/ja/html/macro/command/dirname.html
===================================================================
--- trunk/doc/ja/html/macro/command/dirname.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/ja/html/macro/command/dirname.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -39,5 +39,11 @@
 ; dir = "c:"
 </pre>
 
+<h2>ŽQÆ</h2>
+<ul>
+  <li><a href="basename.html">dirname</a></li>
+  <li><a href="makepath.html">makepath</a></li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/ja/html/macro/command/inputbox.html
===================================================================
--- trunk/doc/ja/html/macro/command/inputbox.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/ja/html/macro/command/inputbox.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -42,5 +42,10 @@
 sendln inputstr
 </pre>
 
+<h2>ŽQÆ</h2>
+<ul>
+  <li><a href="strspecial.html">strspecial</a></li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/ja/html/macro/command/makepath.html
===================================================================
--- trunk/doc/ja/html/macro/command/makepath.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/ja/html/macro/command/makepath.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -35,5 +35,11 @@
 ; path = "c:\teraterm\test.txt"
 </pre>
 
+<h2>ŽQÆ</h2>
+<ul>
+  <li><a href="basename.html">basename</a></li>
+  <li><a href="dirname.html">dirname</a></li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/ja/html/macro/command/messagebox.html
===================================================================
--- trunk/doc/ja/html/macro/command/messagebox.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/ja/html/macro/command/messagebox.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -42,5 +42,10 @@
 messagebox message title
 </pre>
 
+<h2>ŽQÆ</h2>
+<ul>
+  <li><a href="strspecial.html">strspecial</a></li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/ja/html/macro/command/passwordbox.html
===================================================================
--- trunk/doc/ja/html/macro/command/passwordbox.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/ja/html/macro/command/passwordbox.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -42,5 +42,10 @@
 passwordbox 'Enter password' 'Login'
 </pre>
 
+<h2>ŽQÆ</h2>
+<ul>
+  <li><a href="strspecial.html">strspecial</a></li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/ja/html/macro/command/statusbox.html
===================================================================
--- trunk/doc/ja/html/macro/command/statusbox.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/ja/html/macro/command/statusbox.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -71,5 +71,10 @@
 return
 </pre>
 
+<h2>ŽQÆ</h2>
+<ul>
+  <li><a href="strspecial.html">strspecial</a></li>
+</ul>
+
 </body>
 </html>

Modified: trunk/doc/ja/html/macro/command/yesnobox.html
===================================================================
--- trunk/doc/ja/html/macro/command/yesnobox.html	2011-01-11 17:34:29 UTC (rev 4275)
+++ trunk/doc/ja/html/macro/command/yesnobox.html	2011-01-15 09:36:38 UTC (rev 4276)
@@ -45,5 +45,10 @@
 end
 </pre>
 
+<h2>ŽQÆ</h2>
+<ul>
+  <li><a href="strspecial.html">strspecial</a></li>
+</ul>
+
 </body>
 </html>



Ttssh2-commit メーリングリストの案内
Back to archive index