[Bf-blender-cvs] [a66bc6c] master: Correct incomplete doxgen file paths in WM

Julian Eisel noreply at git.blender.org
Sun Feb 21 02:10:47 CET 2016


Commit: a66bc6c0f0d477e5d67bb70d592aed94e6a748c6
Author: Julian Eisel
Date:   Sun Feb 21 01:24:17 2016 +0100
Branches: master
https://developer.blender.org/rBa66bc6c0f0d477e5d67bb70d592aed94e6a748c6

Correct incomplete doxgen file paths in WM

===================================================================

M	source/blender/windowmanager/WM_api.h
M	source/blender/windowmanager/WM_keymap.h

===================================================================

diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index f509aa0..0acd181 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -26,7 +26,7 @@
 #ifndef __WM_API_H__
 #define __WM_API_H__
 
-/** \file WM_api.h
+/** \file blender/windowmanager/WM_api.h
  *  \ingroup wm
  *
  *  \page wmpage windowmanager
diff --git a/source/blender/windowmanager/WM_keymap.h b/source/blender/windowmanager/WM_keymap.h
index 079ade0..a641336 100644
--- a/source/blender/windowmanager/WM_keymap.h
+++ b/source/blender/windowmanager/WM_keymap.h
@@ -26,7 +26,7 @@
 #ifndef __WM_KEYMAP_H__
 #define __WM_KEYMAP_H__
 
-/** \file WM_keymap.h
+/** \file blender/windowmanager/WM_keymap.h
  *  \ingroup wm
  */




More information about the Bf-blender-cvs mailing list