Internal Broxygen organization/documentation/polish.

This commit is contained in:
Jon Siwek 2013-11-25 14:36:05 -06:00
parent 27138b893a
commit e58865af22
29 changed files with 2461 additions and 3024 deletions

View file

@ -564,7 +564,7 @@ static int load_files(const char* orig_file)
else
file_stack.append(new FileInfo);
broxygen_mgr->File(file_path);
broxygen_mgr->Script(file_path);
// "orig_file", could be an alias for yytext, which is ephemeral
// and will be zapped after the yy_switch_to_buffer() below.