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>
This commit is contained in:
@@ -323,17 +323,17 @@ bool includeProject(const OString& rProject) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Handle one directory in the hierarchy.
|
/// Handle one directory in the hierarchy.
|
||||||
/
|
///
|
||||||
/// Ignores symlinks and instead explicitly descends into clone/* or src/*,
|
/// Ignores symlinks and instead explicitly descends into clone/* or src/*,
|
||||||
/// as the Cygwin symlinks are not supported by osl::Directory on Windows.
|
/// as the Cygwin symlinks are not supported by osl::Directory on Windows.
|
||||||
/
|
///
|
||||||
/// @param rUrl the absolute file URL of this directory
|
/// @param rUrl the absolute file URL of this directory
|
||||||
/
|
///
|
||||||
/// @param nLevel 0 if this is either the root directory that contains the
|
/// @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
|
/// projects or one of the clone/* or src/* directories that contain the
|
||||||
/// additional projects; -1 if this is the clone directory; 1 if this
|
/// 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
|
/// 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 rProject the name of the project (empty and ignored if nLevel <= 0)
|
||||||
/// @param rPotDir the path of pot directory
|
/// @param rPotDir the path of pot directory
|
||||||
void handleDirectory(
|
void handleDirectory(
|
||||||
|
Reference in New Issue
Block a user