From 84942006452cfe2d3338458eae1f7e093cd26357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Fri, 25 Oct 2019 20:40:02 -0700 Subject: [PATCH] Updated IDL info / autogenerated comments. --- include/bgfx/c99/bgfx.h | 9 +++++---- include/bgfx/defines.h | 9 +++++++++ scripts/temp.bgfx.h | 9 +++++---- scripts/temp.bgfx.idl.inl | 6 +++++- scripts/temp.defines.h | 9 +++++++++ src/bgfx.idl.inl | 6 +++++- 6 files changed, 38 insertions(+), 10 deletions(-) diff --git a/include/bgfx/c99/bgfx.h b/include/bgfx/c99/bgfx.h index 71287b603..861c24367 100644 --- a/include/bgfx/c99/bgfx.h +++ b/include/bgfx/c99/bgfx.h @@ -1,13 +1,14 @@ /* * Copyright 2011-2019 Branimir Karadzic. All rights reserved. - * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE - * - * vim: set tabstop=4 expandtab: + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ /* * - * AUTO GENERATED! DO NOT EDIT! ( source : temp.bgfx.h ) + * AUTO GENERATED FROM IDL! DO NOT EDIT! (source : temp.bgfx.h) + * + * More info about IDL: + * https://gist.github.com/bkaradzic/05a1c86a6dd57bf86e2d828878e88dc2#bgfx-is-switching-to-idl-to-generate-api * */ diff --git a/include/bgfx/defines.h b/include/bgfx/defines.h index 8303d8bfc..a604e22fd 100644 --- a/include/bgfx/defines.h +++ b/include/bgfx/defines.h @@ -3,6 +3,15 @@ * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ +/* + * + * AUTO GENERATED FROM IDL! DO NOT EDIT! (source : temp.defines.h) + * + * More info about IDL: + * https://gist.github.com/bkaradzic/05a1c86a6dd57bf86e2d828878e88dc2#bgfx-is-switching-to-idl-to-generate-api + * + */ + #ifndef BGFX_DEFINES_H_HEADER_GUARD #define BGFX_DEFINES_H_HEADER_GUARD diff --git a/scripts/temp.bgfx.h b/scripts/temp.bgfx.h index e1dde4ccf..736845cf6 100644 --- a/scripts/temp.bgfx.h +++ b/scripts/temp.bgfx.h @@ -1,13 +1,14 @@ /* * Copyright 2011-2019 Branimir Karadzic. All rights reserved. - * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE - * - * vim: set tabstop=4 expandtab: + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ /* * - * AUTO GENERATED! DO NOT EDIT! ( source : $source ) + * AUTO GENERATED FROM IDL! DO NOT EDIT! (source : $source) + * + * More info about IDL: + * https://gist.github.com/bkaradzic/05a1c86a6dd57bf86e2d828878e88dc2#bgfx-is-switching-to-idl-to-generate-api * */ diff --git a/scripts/temp.bgfx.idl.inl b/scripts/temp.bgfx.idl.inl index 63e180c27..0a7b7228b 100644 --- a/scripts/temp.bgfx.idl.inl +++ b/scripts/temp.bgfx.idl.inl @@ -1,10 +1,14 @@ /* + * Copyright 2011-2019 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ /* * - * AUTO GENERATED! DO NOT EDIT! + * AUTO GENERATED FROM IDL! DO NOT EDIT! (source : $source) + * + * More info about IDL: + * https://gist.github.com/bkaradzic/05a1c86a6dd57bf86e2d828878e88dc2#bgfx-is-switching-to-idl-to-generate-api * */ diff --git a/scripts/temp.defines.h b/scripts/temp.defines.h index 4437bfa78..6806ed840 100644 --- a/scripts/temp.defines.h +++ b/scripts/temp.defines.h @@ -3,6 +3,15 @@ * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ +/* + * + * AUTO GENERATED FROM IDL! DO NOT EDIT! (source : $source) + * + * More info about IDL: + * https://gist.github.com/bkaradzic/05a1c86a6dd57bf86e2d828878e88dc2#bgfx-is-switching-to-idl-to-generate-api + * + */ + #ifndef BGFX_DEFINES_H_HEADER_GUARD #define BGFX_DEFINES_H_HEADER_GUARD diff --git a/src/bgfx.idl.inl b/src/bgfx.idl.inl index 03acfae93..4dc2bfa35 100644 --- a/src/bgfx.idl.inl +++ b/src/bgfx.idl.inl @@ -1,10 +1,14 @@ /* + * Copyright 2011-2019 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ /* * - * AUTO GENERATED! DO NOT EDIT! + * AUTO GENERATED FROM IDL! DO NOT EDIT! (source : temp.bgfx.idl.inl) + * + * More info about IDL: + * https://gist.github.com/bkaradzic/05a1c86a6dd57bf86e2d828878e88dc2#bgfx-is-switching-to-idl-to-generate-api * */