Repository: geode-native
Updated Branches:
  refs/heads/master [created] 04c534798


GEODE-2394: config Doxygen to use short names.

This closes #373


Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/bcd43b0e
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/bcd43b0e
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/bcd43b0e

Branch: refs/heads/master
Commit: bcd43b0e58deee30208cc0f0ecf4f6fca0314a99
Parents: 01c0286
Author: Ernest Burghardt <eburgha...@pivotal.io>
Authored: Mon Jan 30 23:55:00 2017 +0000
Committer: Jacob Barrett <jbarr...@pivotal.io>
Committed: Tue Jan 31 09:28:28 2017 -0800

----------------------------------------------------------------------
 src/docs/clicache/Doxyfile.in | 3 ++-
 src/docs/cppcache/Doxyfile.in | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/bcd43b0e/src/docs/clicache/Doxyfile.in
----------------------------------------------------------------------
diff --git a/src/docs/clicache/Doxyfile.in b/src/docs/clicache/Doxyfile.in
index e3be509..7313a77 100644
--- a/src/docs/clicache/Doxyfile.in
+++ b/src/docs/clicache/Doxyfile.in
@@ -89,4 +89,5 @@ SHOW_DIRECTORIES       = NO
 INTERNAL_DOCS          = NO
 INLINE_INHERITED_MEMB  = YES
 INHERIT_DOCS           = YES
-FULL_PATH_NAMES        = NO
\ No newline at end of file
+FULL_PATH_NAMES        = NO
+SHORT_NAMES            = YES
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/geode-native/blob/bcd43b0e/src/docs/cppcache/Doxyfile.in
----------------------------------------------------------------------
diff --git a/src/docs/cppcache/Doxyfile.in b/src/docs/cppcache/Doxyfile.in
index f5fa3d0..6955003 100644
--- a/src/docs/cppcache/Doxyfile.in
+++ b/src/docs/cppcache/Doxyfile.in
@@ -87,3 +87,4 @@ INTERNAL_DOCS          = NO
 INLINE_INHERITED_MEMB  = YES
 INHERIT_DOCS           = YES
 FULL_PATH_NAMES        = NO
+SHORT_NAMES            = YES

Reply via email to