Changeset 20807 for lang/cplusplus
- Timestamp:
- 10/05/08 19:01:43 (7 weeks ago)
- Location:
- lang/cplusplus/llv8call/trunk
- Files:
-
- 3 added
- 3 modified
-
manual/articles (added)
-
manual/articles/about-llv8call.html (added)
-
manual/index.html (modified) (1 diff)
-
tools/makedoc/make-docs.js (modified) (2 diffs)
-
tools/makedoc/tmpl/about-llv8call.cs (added)
-
tools/makedoc/tmpl/top.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk/manual/index.html
r20802 r20807 21 21 <li><a href="./ext/index.html">extension libraries</a></li> 22 22 </ul> 23 <h3>articles(written in japanese)</h3> 24 <ul> 25 <li><a href="./articles/about-llv8call.html">current status(jp)</a></li> 26 </ul> 23 27 <h3>links</h3> 24 28 <ul> -
lang/cplusplus/llv8call/trunk/tools/makedoc/make-docs.js
r20802 r20807 155 155 of.Close(); 156 156 }; 157 var process TOP = function (pages) {158 var html = (function( pages) {157 var processSimple = function (tmpl, ofname) { 158 var html = (function() { 159 159 var hdf = new clearsilver.HDF(); 160 160 var cs = new clearsilver.CS(hdf); 161 cs.ParseFile(TMPLDIR + "/top.cs");161 cs.ParseFile(TMPLDIR + tmpl); 162 162 var ret = cs.Render(); 163 163 hdf.Close(); 164 164 cs.Close(); 165 165 return ret; 166 }( pages));166 }()); 167 167 168 var of = new File( "manual/index.html", 'w');168 var of = new File(ofname, 'w'); 169 169 of.Write(html); 170 170 of.Close(); … … 173 173 var pages = processExtDocs(); 174 174 processTOC(pages); 175 processTOP(); 175 processSimple("/top.cs", "manual/index.html"); 176 processSimple("/about-llv8call.cs", "manual/articles/about-llv8call.html"); 176 177 }()); -
lang/cplusplus/llv8call/trunk/tools/makedoc/tmpl/top.cs
r20802 r20807 8 8 <li><a href="./ext/index.html">extension libraries</a></li> 9 9 </ul> 10 <h3>articles(written in japanese)</h3> 11 <ul> 12 <li><a href="./articles/about-llv8call.html">current status(jp)</a></li> 13 </ul> 10 14 <h3>links</h3> 11 15 <ul>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)