Add cond, internal comment for internal API : setjmp.h
authorjc_.kim <jc_.kim@samsung.com>
Mon, 18 Sep 2017 09:01:33 +0000 (18:01 +0900)
committerjc_.kim <jc_.kim@samsung.com>
Mon, 18 Sep 2017 09:01:33 +0000 (18:01 +0900)
os/include/setjmp.h

index d0d9ce3..8d04438 100644 (file)
@@ -70,9 +70,15 @@ extern "C" {
 /****************************************************************************
  * Public Function Prototypes
  ****************************************************************************/
-
+/**
+ * @cond
+ * @internal
+ */
 void longjmp(jmp_buf env, int savesigs) noreturn_function;
 int setjmp(jmp_buf env);
+/**
+ * @endcond
+ */
 
 #ifdef __cplusplus
 }