Author: sebastien.lelong
Date: Mon Mar 30 14:46:34 2009
New Revision: 897
Removed:
trunk/tools/jalapi.py
Modified:
trunk/tools/buildjallibwin.bat
trunk/tools/jallib.py
Log:
removed deprecated jalapi script
fix doc indent
fix deltree cmd
Modified: trunk/tools/buildjallibwin.bat
==============================================================================
--- trunk/tools/buildjallibwin.bat (original)
+++ trunk/tools/buildjallibwin.bat Mon Mar 30 14:46:34 2009
@@ -2,5 +2,5 @@
c:\Python25\python.exe pyinstaller-1.3\Makespec.py jallib.py
c:\Python25\python.exe pyinstaller-1.3\Build.py jallib.spec
copy distjallib\jallib.exe jallibwin.exe
-deltree distjallib
-deltree buildjallib
\ No newline at end of file
+rmdir /S /Q distjallib
+rmdir /S /Q buildjallib
Modified: trunk/tools/jallib.py
==============================================================================
--- trunk/tools/jallib.py (original)
+++ trunk/tools/jallib.py Mon Mar 30 14:46:34 2009
@@ -944,8 +944,8 @@
directories containing libraries
- validate : validate the given file, according to Jallib Style Guide
(JSG)
- test : handle testing matrix and test results.
- - jalapi : generate HTML documentation from jal files
- - license : display license
+ - jalapi : generate HTML documentation from jal files
+ - license : display license
Use 'help' with each action for more (eg. "jallib help compile")
@@ -1034,7 +1034,7 @@
def jalapi_help():
print """
jallib jalapi [-l|-s] [-d path/to/sample] -t template.tmpl
- -o output_file.html one_file.jal|one_dir
+ -o output_file.html one_file.jal|one_dir
Takes a jal library file as *last* argument and parse/extract JSG headers
and procedure/function comments to generate an HTML page (jal file must be
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---