瀏覽代碼

Updated embedding document with INL clearification statement

Thomas Davis 12 年之前
父節點
當前提交
b8cccd3989
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/Embedding.md

+ 3 - 0
docs/Embedding.md

@@ -8,6 +8,9 @@ Files
 
 
 There is no library, it is just a small set of files to compile in to the application.
 There is no library, it is just a small set of files to compile in to the application.
 
 
+#### Regarding the INL file extension
+The *INL* file extension represents code that is statically included inline in a source file.  Slightly different from C++ where it means "inline" code which is technically not the same as static code. Civetweb overloads this extension for the sake of clearity as opossed to having .c extensions on files that should not be directly compiled.
+
 #### Required Files
 #### Required Files
 
 
   1. HTTP Server API
   1. HTTP Server API