summaryrefslogtreecommitdiff
path: root/l10ntools/inc/l10ntools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-22 09:52:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-23 10:31:20 +0000
commitd5c14a99dc9f0354b619181e7c2943c7e5ba121e (patch)
treea3a76ae0a734c0836b28d215306af7ff4abc4c2b /l10ntools/inc/l10ntools
parent170b9551b24b400fd98ef226e54a837a132870de (diff)
just link to HelpIndexer
Diffstat (limited to 'l10ntools/inc/l10ntools')
-rw-r--r--l10ntools/inc/l10ntools/HelpIndexer.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/l10ntools/inc/l10ntools/HelpIndexer.hxx b/l10ntools/inc/l10ntools/HelpIndexer.hxx
index ac034b5075f4..02281c210d1b 100644
--- a/l10ntools/inc/l10ntools/HelpIndexer.hxx
+++ b/l10ntools/inc/l10ntools/HelpIndexer.hxx
@@ -26,13 +26,11 @@ class L10N_DLLPUBLIC HelpIndexer {
/**
* @param lang Help files language.
* @param module The module of the helpfiles.
- * @param captionDir The directory to scan for caption files.
- * @param contentDir The directory to scan for content files.
- * @param indexDir The directory to write the index to.
+ * @param srcDir The help directory to index
+ * @param outDir The directory to write the "module".idxl directory to
*/
HelpIndexer(rtl::OUString const &lang, rtl::OUString const &module,
- rtl::OUString const &captionDir, rtl::OUString const &contentDir,
- rtl::OUString const &indexDir);
+ rtl::OUString const &srcDir, rtl::OUString const &outDir);
/**
* Run the indexer.