You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2014/07/06 23:40:57 UTC

[2/3] git commit: Fix documentation of CFCHierarchy

Fix documentation of CFCHierarchy


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/b1131422
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/b1131422
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/b1131422

Branch: refs/heads/cfc-pod-wip2
Commit: b11314223256b9bacb8742df5cd4d6b90aa7721c
Parents: 75388f0
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Jul 6 23:32:58 2014 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sun Jul 6 23:40:05 2014 +0200

----------------------------------------------------------------------
 compiler/src/CFCHierarchy.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/b1131422/compiler/src/CFCHierarchy.h
----------------------------------------------------------------------
diff --git a/compiler/src/CFCHierarchy.h b/compiler/src/CFCHierarchy.h
index 955ddda..9531157 100644
--- a/compiler/src/CFCHierarchy.h
+++ b/compiler/src/CFCHierarchy.h
@@ -56,7 +56,7 @@ CFCHierarchy_add_source_dir(CFCHierarchy *self, const char *source_dir);
 
 /** Add a path to the list of include directories.
  *
- * @param source_dir The include directory.
+ * @param include_dir The include directory.
  */
 void
 CFCHierarchy_add_include_dir(CFCHierarchy *self, const char *include_dir);