summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-26 16:05:40 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 10:06:13 -0600
commit45cc7cfea269c6eff9b0d6eef6f7060c4d156623 (patch)
treec1a7111fb5f915681779c4ed2e4293fa2ae15dcd /l10ntools
parent1a8ba677082ad0888893f478ed723feea9280b43 (diff)
fix comments
Change-Id: Iee6557755e4976e023d1c04bde24e3aa1d0fd062 Reviewed-on: https://gerrit.libreoffice.org/8369 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/localize.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 9d055d5e5ec5..659f689696df 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -323,17 +323,17 @@ bool includeProject(const OString& rProject) {
}
/// Handle one directory in the hierarchy.
-/
+///
/// Ignores symlinks and instead explicitly descends into clone/* or src/*,
/// as the Cygwin symlinks are not supported by osl::Directory on Windows.
-/
+///
/// @param rUrl the absolute file URL of this directory
-/
+///
/// @param nLevel 0 if this is either the root directory that contains the
/// projects or one of the clone/* or src/* directories that contain the
/// additional projects; -1 if this is the clone directory; 1 if this
/// is a project directory; 2 if this is a directory inside a project
-/
+///
/// @param rProject the name of the project (empty and ignored if nLevel <= 0)
/// @param rPotDir the path of pot directory
void handleDirectory(