Lots of documentation overhaul - much more documented, cat output works better now.
This commit is contained in:
parent
805d21c236
commit
c8009abcce
7 changed files with 1181 additions and 1180 deletions
|
@ -23,6 +23,6 @@ function output( c, n ) {
|
|||
|
||||
writeFile( dir + "/" + ( n == "docs" ? "index" : n ) + ".xml",
|
||||
"<?xml version='1.0' encoding='ISO-8859-1'?>\n" +
|
||||
"<?xml-stylesheet type='text/xsl' href='style/docs.xsl'?>\n" + xml
|
||||
"<?xml-stylesheet type='text/xsl' href='style/" + n + ".xsl'?>\n" + xml
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue