Skip to content

Commit

Permalink
Add top comments just with project name and website
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomczak committed Apr 28, 2017
1 parent 735e5e1 commit 10cbbde
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions capi/cef_app.h
@@ -1,3 +1,6 @@
// CEF C API example
// Project website: https://github.com/cztomczak/cefcapi

#pragma once

#include "cef_base.h"
Expand Down
3 changes: 3 additions & 0 deletions capi/cef_base.h
@@ -1,3 +1,6 @@
// CEF C API example
// Project website: https://github.com/cztomczak/cefcapi

#pragma once

#include <unistd.h>
Expand Down
3 changes: 3 additions & 0 deletions capi/cef_client.h
@@ -1,3 +1,6 @@
// CEF C API example
// Project website: https://github.com/cztomczak/cefcapi

#pragma once

#include "cef_base.h"
Expand Down
3 changes: 3 additions & 0 deletions capi/cef_life_span_handler.h
@@ -1,3 +1,6 @@
// CEF C API example
// Project website: https://github.com/cztomczak/cefcapi

#pragma once

#include "cef_base.h"
Expand Down
3 changes: 3 additions & 0 deletions examples/gtk.h
@@ -1,3 +1,6 @@
// CEF C API example
// Project website: https://github.com/cztomczak/cefcapi

#pragma once

#include "include/capi/cef_app_capi.h"
Expand Down
3 changes: 3 additions & 0 deletions examples/main_linux.c
@@ -1,3 +1,6 @@
// CEF C API example
// Project website: https://github.com/cztomczak/cefcapi

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
Expand Down
3 changes: 3 additions & 0 deletions examples/main_win.c
@@ -1,3 +1,6 @@
// CEF C API example
// Project website: https://github.com/cztomczak/cefcapi

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
Expand Down

0 comments on commit 10cbbde

Please sign in to comment.