コード例 #1
0
ファイル: TableOfContents.cs プロジェクト: arinsilvabr/helps
 public void RemoveUsedTopics(HashSet <Preprocessor.TopicPreprocessor> topics)
 {
     _tableOfContentsParser.RemoveUsedTopics(_tableOfContentsRootNode, topics);
 }
コード例 #2
0
 public void RemoveUsedTopics(HashSet <Preprocessor.TopicPreprocessor> topics)
 {
     _indexParser.RemoveUsedTopics(_indexRootNode, topics);
 }