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:
parent
1a8ba67708
commit
45cc7cfea2
1 changed files with 4 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue