[Libreoffice-commits] core.git: l10ntools/source

Caolán McNamara caolanm at redhat.com
Wed Feb 26 08:06:36 PST 2014


 l10ntools/source/localize.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 45cc7cfea269c6eff9b0d6eef6f7060c4d156623
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Feb 26 16:05:40 2014 +0000

    fix comments
    
    Change-Id: Iee6557755e4976e023d1c04bde24e3aa1d0fd062
    Reviewed-on: https://gerrit.libreoffice.org/8369
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 9d055d5..659f689 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(


More information about the Libreoffice-commits mailing list