jaehyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2a133ff290ff2ccc27f418b3e5a70c24297efa2d
commit 2a133ff290ff2ccc27f418b3e5a70c24297efa2d Author: Jaehyun Cho <jae_hyun....@samsung.com> Date: Thu Oct 26 11:42:07 2017 +0900 eina_stringshare: Fix doxygen warning Change-Id: Id2f9e8b16d7e1dd581b71df6842f1b467e535634 --- src/lib/eina/eina_stringshare.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina/eina_stringshare.h b/src/lib/eina/eina_stringshare.h index c826c8aeec..8e8f76adba 100644 --- a/src/lib/eina/eina_stringshare.h +++ b/src/lib/eina/eina_stringshare.h @@ -145,7 +145,7 @@ * with eina_stringshare_add(): * * @image html eina_stringshare.png - * @image latex eina_stringshare.eps height=\textheight + * @image latex eina_stringshare.eps "" height=\textheight * * For more information, see @ref eina_stringshare_example_01_page * "this example". --