File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ function main(argv) {
144144    var  toolchain  =  argv [ 2 ] ; 
145145
146146    var  mainJs  =  readFile ( "build/"  +  toolchain  +  "/doc/main.js" ) ; 
147+     var  ALIASES  =  readFile ( "build/"  +  toolchain  +  "/doc/aliases.js" ) ; 
147148    var  searchIndex  =  readFile ( "build/"  +  toolchain  +  "/doc/search-index.js" ) . split ( "\n" ) ; 
148149    if  ( searchIndex [ searchIndex . length  -  1 ] . length  ===  0 )  { 
149150        searchIndex . pop ( ) ; 
@@ -161,6 +162,7 @@ function main(argv) {
161162                           "execSearch" ] ; 
162163
163164    finalJS  +=  'window = { "currentCrate": "std" };\n' ; 
165+     finalJS  +=  ALIASES ; 
164166    finalJS  +=  loadThings ( arraysToLoad ,  'array' ,  extractArrayVariable ,  mainJs ) ; 
165167    finalJS  +=  loadThings ( variablesToLoad ,  'variable' ,  extractVariable ,  mainJs ) ; 
166168    finalJS  +=  loadThings ( functionsToLoad ,  'function' ,  extractFunction ,  mainJs ) ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments