Skip to content

Commit

Permalink
Removed drivel from keywords to ignore list.
Browse files Browse the repository at this point in the history
  • Loading branch information
NormanDunbar committed Nov 15, 2016
1 parent f9ea663 commit aa8c26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/extractKeywords.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ using std::ifstream;


// Things I need to ignore if found as headings.
string lookFor[] = {"TODO", "\r\n", "\n\r" , "\r", "\n",
string lookFor[] = {"TODO",
"Keywords A", "Keywords B", "Keywords C", "Keywords D",
"Keywords E", "Keywords F", "Keywords G", "Keywords H",
"Keywords I", "Keywords J", "Keywords J", "Keywords L",
Expand Down Expand Up @@ -112,4 +112,4 @@ void doKeywords()
cout << c;
}
cout << endl;
}
}

0 comments on commit aa8c26d

Please sign in to comment.